projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ad207d
)
Drop an unused variable (Samuel Thibault).
author
balrog
<balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 24 Nov 2007 23:27:15 +0000
(23:27 +0000)
committer
balrog
<balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 24 Nov 2007 23:27:15 +0000
(23:27 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3730
c046a42c
-6fe2-441c-8c8c-
71466251a162
vl.c
patch
|
blob
|
history
diff --git
a/vl.c
b/vl.c
index 6f8374028c32f5d40e86cafcf9584170db0e87b2..1a7f4a34ce385d83b4c32147566a863173cb4c66 100644
(file)
--- a/
vl.c
+++ b/
vl.c
@@
-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];