summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-08-28 15:28:14 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-09-04 09:37:22 -0500
commit15dc11286f9772088a736fffd2978b7f49d88120 (patch)
tree5c1e477d69c75373f490c48e8f583d31eaec7cab
parent823e675a073be146a119bb9056ca9f02eb951448 (diff)
downloadfocaccia-qemu-15dc11286f9772088a736fffd2978b7f49d88120.tar.gz
focaccia-qemu-15dc11286f9772088a736fffd2978b7f49d88120.zip
low_set_irq is not used anywhere
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r--hw/pci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/pci.c b/hw/pci.c
index 41e99a9beb..a9034a74ab 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;