diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-11 19:49:08 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-11 19:49:08 +0000 |
commit | 83f59879561bdc5fa0ff61e536f9c0c415be5e7f (patch) | |
tree | 6b0a76035cad75e805401b15d25f9e86ef35cb82 | |
parent | 8731ac030ea83e0d37cfd269a5ee8cc469096924 (diff) |
removed unused variable
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3614 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r-- | hw/mips_mipssim.c | 1 | ||||
-rw-r--r-- | hw/mips_pica61.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/hw/mips_mipssim.c b/hw/mips_mipssim.c index 93288a6ef7..0c755a9ed5 100644 --- a/hw/mips_mipssim.c +++ b/hw/mips_mipssim.c @@ -109,7 +109,6 @@ mips_mipssim_init (int ram_size, int vga_ram_size, const char *boot_device, unsigned long bios_offset; CPUState *env; int bios_size; - mips_def_t *def; /* Init CPUs. */ if (cpu_model == NULL) { diff --git a/hw/mips_pica61.c b/hw/mips_pica61.c index 8e7ce6ce37..97c5ced4db 100644 --- a/hw/mips_pica61.c +++ b/hw/mips_pica61.c @@ -64,7 +64,6 @@ void mips_pica61_init (int ram_size, int vga_ram_size, const char *boot_device, int bios_size; CPUState *env; int i; - mips_def_t *def; int available_ram; qemu_irq *i8259; |