From e9a9a0811f0d445cca8c05a7257616ed1298424e Mon Sep 17 00:00:00 2001 From: pbrook Date: Sun, 15 Apr 2007 23:54:20 +0000 Subject: [PATCH] Remove unused variable. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2675 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/acpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/acpi.c b/hw/acpi.c index e78e56d628..5310570ecf 100644 --- a/hw/acpi.c +++ b/hw/acpi.c @@ -473,7 +473,7 @@ void piix4_pm_init(PCIBus *bus, int devfn) { PIIX4PMState *s; uint8_t *pci_conf; - uint32_t pm_io_base, smb_io_base; + uint32_t smb_io_base; s = (PIIX4PMState *)pci_register_device(bus, "PM", sizeof(PIIX4PMState),