diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-24 23:27:15 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-24 23:27:15 +0000 |
commit | f3b9f954326d5010c7215a3a023264204afd3c42 (patch) | |
tree | 408e75bf7dc72b551c965948e3be002c680de8c1 /vl.c | |
parent | 2ad207d4a0522fa0ea64abe93c4334f87444e45e (diff) |
Drop an unused variable (Samuel Thibault).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3730 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.c')
-rw-r--r-- | vl.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -160,7 +160,6 @@ int inet_aton(const char *cp, struct in_addr *ia); const char *bios_dir = CONFIG_QEMU_SHAREDIR; const char *bios_name = NULL; -char phys_ram_file[1024]; void *ioport_opaque[MAX_IOPORTS]; IOPortReadFunc *ioport_read_table[3][MAX_IOPORTS]; IOPortWriteFunc *ioport_write_table[3][MAX_IOPORTS]; |