* [Qemu-devel] [PATCH] Useless variable
@ 2007-11-19 15:37 Samuel Thibault
0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2007-11-19 15:37 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 65 bytes --]
The attached patch drops a variable that became useless.
Samuel
[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 552 bytes --]
Index: vl.c
===================================================================
RCS file: /sources/qemu/qemu/vl.c,v
retrieving revision 1.369
diff -u -p -r1.369 vl.c
--- vl.c 19 Nov 2007 01:05:22 -0000 1.369
+++ vl.c 19 Nov 2007 15:37:12 -0000
@@ -160,7 +160,6 @@ int inet_aton(const char *cp, struct in_
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];
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-11-19 15:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-19 15:37 [Qemu-devel] [PATCH] Useless variable Samuel Thibault
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).