diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-04-15 23:54:20 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-04-15 23:54:20 +0000 |
commit | e9a9a0811f0d445cca8c05a7257616ed1298424e (patch) | |
tree | 1e63126b47704b7d0db4f56a77fdefa2282d1528 | |
parent | 171b31e7c7b771dc9e20fcb8305fc330ee59c7a6 (diff) | |
download | hqemu-e9a9a0811f0d445cca8c05a7257616ed1298424e.zip hqemu-e9a9a0811f0d445cca8c05a7257616ed1298424e.tar.gz |
Remove unused variable.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2675 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r-- | hw/acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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), |