Commit f3b9f954326d5010c7215a3a023264204afd3c42

Authored by balrog
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
... ... @@ -160,7 +160,6 @@ int inet_aton(const char *cp, struct in_addr *ia);
160 160  
161 161 const char *bios_dir = CONFIG_QEMU_SHAREDIR;
162 162 const char *bios_name = NULL;
163   -char phys_ram_file[1024];
164 163 void *ioport_opaque[MAX_IOPORTS];
165 164 IOPortReadFunc *ioport_read_table[3][MAX_IOPORTS];
166 165 IOPortWriteFunc *ioport_write_table[3][MAX_IOPORTS];
... ...