Commit d8b20157fc3054b7bc4db7bcd8530e5c7ca9a06e
1 parent
92190c64
Remove unused variable.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2254 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
0 additions
and
1 deletions
hw/ppc_prep.c
@@ -525,7 +525,6 @@ static void ppc_prep_init(int ram_size, int vga_ram_size, int boot_device, | @@ -525,7 +525,6 @@ static void ppc_prep_init(int ram_size, int vga_ram_size, int boot_device, | ||
525 | { | 525 | { |
526 | CPUState *env; | 526 | CPUState *env; |
527 | char buf[1024]; | 527 | char buf[1024]; |
528 | - SetIRQFunc *set_irq; | ||
529 | m48t59_t *nvram; | 528 | m48t59_t *nvram; |
530 | int PPC_io_memory; | 529 | int PPC_io_memory; |
531 | int linux_boot, i, nb_nics1, bios_size; | 530 | int linux_boot, i, nb_nics1, bios_size; |