mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
Remove unused function declarations
Unused function declarations were found using a simple gcc plugin and manually verified by grepping the sources. Signed-off-by: Ladi Prosek <lprosek@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
d7d26226b8
commit
d4b84d564e
31 changed files with 0 additions and 82 deletions
|
@ -45,7 +45,6 @@ void pci_bridge_update_mappings(PCIBridge *br);
|
|||
void pci_bridge_write_config(PCIDevice *d,
|
||||
uint32_t address, uint32_t val, int len);
|
||||
void pci_bridge_disable_base_limit(PCIDevice *dev);
|
||||
void pci_bridge_reset_reg(PCIDevice *dev);
|
||||
void pci_bridge_reset(DeviceState *qdev);
|
||||
|
||||
void pci_bridge_initfn(PCIDevice *pci_dev, const char *typename);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue