summaryrefslogtreecommitdiff
path: root/hw/mips_mipssim.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_mipssim.c
parent8731ac030ea83e0d37cfd269a5ee8cc469096924 (diff)
downloadqemu-83f59879561bdc5fa0ff61e536f9c0c415be5e7f.tar.gz
removed unused variable
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3614 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/mips_mipssim.c')
-rw-r--r--hw/mips_mipssim.c1
1 files changed, 0 insertions, 1 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) {