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 /exec.c | |
parent | 92304bf3998cedcf3b1026a795edba7e1fd17c74 (diff) | |
download | qemu-154bb106dc195b4fbb76df0452ab6e3e24e80d72.zip qemu-154bb106dc195b4fbb76df0452ab6e3e24e80d72.tar.gz qemu-154bb106dc195b4fbb76df0452ab6e3e24e80d72.tar.bz2 |
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 'exec.c')
-rw-r--r-- | exec.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -53,7 +53,6 @@ //#define DEBUG_SUBPAGE #if !defined(CONFIG_USER_ONLY) -int phys_ram_fd; static int in_migration; RAMList ram_list = { .blocks = QTAILQ_HEAD_INITIALIZER(ram_list.blocks) }; |