diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-12-21 16:50:54 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-12-21 16:50:54 +0000 |
commit | d8b20157fc3054b7bc4db7bcd8530e5c7ca9a06e (patch) | |
tree | 64554c691cb30ca74f9955ee32d6128b165b6732 /hw/ppc_prep.c | |
parent | 92190c648a0b34a46061dce5cf056a125ede731b (diff) | |
download | qemu-d8b20157fc3054b7bc4db7bcd8530e5c7ca9a06e.tar.gz qemu-d8b20157fc3054b7bc4db7bcd8530e5c7ca9a06e.tar.bz2 qemu-d8b20157fc3054b7bc4db7bcd8530e5c7ca9a06e.zip |
Remove unused variable.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2254 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/ppc_prep.c')
-rw-r--r-- | hw/ppc_prep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ppc_prep.c b/hw/ppc_prep.c index d75c27c3e4..c4b7ff5baa 100644 --- a/hw/ppc_prep.c +++ b/hw/ppc_prep.c @@ -525,7 +525,6 @@ static void ppc_prep_init(int ram_size, int vga_ram_size, int boot_device, { CPUState *env; char buf[1024]; - SetIRQFunc *set_irq; m48t59_t *nvram; int PPC_io_memory; int linux_boot, i, nb_nics1, bios_size; |