Commit f3b9f954326d5010c7215a3a023264204afd3c42
1 parent
2ad207d4
Drop an unused variable (Samuel Thibault).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3730 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
0 additions
and
1 deletions
vl.c
@@ -160,7 +160,6 @@ int inet_aton(const char *cp, struct in_addr *ia); | @@ -160,7 +160,6 @@ int inet_aton(const char *cp, struct in_addr *ia); | ||
160 | 160 | ||
161 | const char *bios_dir = CONFIG_QEMU_SHAREDIR; | 161 | const char *bios_dir = CONFIG_QEMU_SHAREDIR; |
162 | const char *bios_name = NULL; | 162 | const char *bios_name = NULL; |
163 | -char phys_ram_file[1024]; | ||
164 | void *ioport_opaque[MAX_IOPORTS]; | 163 | void *ioport_opaque[MAX_IOPORTS]; |
165 | IOPortReadFunc *ioport_read_table[3][MAX_IOPORTS]; | 164 | IOPortReadFunc *ioport_read_table[3][MAX_IOPORTS]; |
166 | IOPortWriteFunc *ioport_write_table[3][MAX_IOPORTS]; | 165 | IOPortWriteFunc *ioport_write_table[3][MAX_IOPORTS]; |