Commit e9a9a0811f0d445cca8c05a7257616ed1298424e
1 parent
171b31e7
Remove unused variable.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2675 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
hw/acpi.c
... | ... | @@ -473,7 +473,7 @@ void piix4_pm_init(PCIBus *bus, int devfn) |
473 | 473 | { |
474 | 474 | PIIX4PMState *s; |
475 | 475 | uint8_t *pci_conf; |
476 | - uint32_t pm_io_base, smb_io_base; | |
476 | + uint32_t smb_io_base; | |
477 | 477 | |
478 | 478 | s = (PIIX4PMState *)pci_register_device(bus, |
479 | 479 | "PM", sizeof(PIIX4PMState), | ... | ... |