aboutsummaryrefslogtreecommitdiff
path: root/hw/mips_pica61.c
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-11 19:49:08 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-11 19:49:08 +0000
commit83f59879561bdc5fa0ff61e536f9c0c415be5e7f (patch)
tree6b0a76035cad75e805401b15d25f9e86ef35cb82 /hw/mips_pica61.c
parent8731ac030ea83e0d37cfd269a5ee8cc469096924 (diff)
removed unused variable
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3614 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/mips_pica61.c')
-rw-r--r--hw/mips_pica61.c1
1 files changed, 0 insertions, 1 deletions
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;