]> xenbits.xensource.com Git - qemu-xen-4.2-testing.git/commitdiff
low_set_irq is not used anywhere
authorJuan Quintela <quintela@redhat.com>
Fri, 28 Aug 2009 13:28:14 +0000 (15:28 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 4 Sep 2009 14:37:22 +0000 (09:37 -0500)
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/pci.c

index 41e99a9beb971aab99b0e4beff676ce97dd8ad71..a9034a74abf720f8daf2a616e9942e163e5862f4 100644 (file)
--- 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;