diff options
Diffstat (limited to 'hw')
-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; |