diff mbox

[03/13] low_set_irq is not used anywhere

Message ID 22652ade58bd2779344523de587f51184dd7f20f.1251414727.git.quintela@redhat.com
State Superseded
Headers show

Commit Message

Juan Quintela Aug. 27, 2009, 11:15 p.m. UTC
Signed-off-by: Juan Quintela <quintela@redhat.com>
---
 hw/pci.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/hw/pci.c b/hw/pci.c
index 27eac04..e209ceb 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;