diff options
author | Stefan Weil <sw@weilnetz.de> | 2013-07-05 19:07:16 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-07-09 13:38:56 -0500 |
commit | 154bb106dc195b4fbb76df0452ab6e3e24e80d72 (patch) | |
tree | ce5ae98d82d45a66473eb8179e9694bcf3c3031a /include/exec | |
parent | 92304bf3998cedcf3b1026a795edba7e1fd17c74 (diff) | |
download | qemu-154bb106dc195b4fbb76df0452ab6e3e24e80d72.zip |
exec: Remove unused global variable phys_ram_fd
It seems to be unused since several years (commit
be995c27640a82c7056b6f53d02ec823570114e5 in 2006).
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Message-id: 1373044036-14443-1-git-send-email-sw@weilnetz.de
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'include/exec')
-rw-r--r-- | include/exec/cpu-all.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/exec/cpu-all.h b/include/exec/cpu-all.h index 35bdf858f2..e791c05c4d 100644 --- a/include/exec/cpu-all.h +++ b/include/exec/cpu-all.h @@ -447,7 +447,6 @@ hwaddr cpu_get_phys_page_debug(CPUArchState *env, target_ulong addr); /* memory API */ -extern int phys_ram_fd; extern ram_addr_t ram_size; /* RAM is pre-allocated and passed into qemu_ram_alloc_from_ptr */ |