From: Juan Quintela Date: Fri, 28 Aug 2009 13:28:14 +0000 (+0200) Subject: low_set_irq is not used anywhere X-Git-Tag: v0.12.0-rc0~1349 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=15dc11286f9772088a736fffd2978b7f49d88120;p=thirdparty%2Fqemu.git low_set_irq is not used anywhere Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- diff --git a/hw/pci.c b/hw/pci.c index 41e99a9beb9..a9034a74abf 100644 --- a/hw/pci.c +++ b/hw/pci.c @@ -41,8 +41,6 @@ struct PCIBus { pci_set_irq_fn set_irq; pci_map_irq_fn map_irq; uint32_t config_reg; /* XXX: suppress */ - /* low level pic */ - SetIRQFunc *low_set_irq; qemu_irq *irq_opaque; PCIDevice *devices[256]; PCIDevice *parent_dev;