]> Git Repo - qemu.git/blobdiff - vl.c
Drop an unused variable (Samuel Thibault).
[qemu.git] / vl.c
diff --git a/vl.c b/vl.c
index 8b2b5bdb2e92c855d770ea7c835b4088dae2a066..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];
@@ -3385,6 +3384,7 @@ void qemu_chr_close(CharDriverState *chr)
 /***********************************************************/
 /* network device redirectors */
 
+__attribute__ (( unused ))
 static void hex_dump(FILE *f, const uint8_t *buf, int size)
 {
     int len, i, j, c;
This page took 0.019915 seconds and 4 git commands to generate.