]> git.proxmox.com Git - mirror_qemu.git/commitdiff
include/sysemu/sysemu.h: Remove usused variable no_quit
authorThomas Huth <thuth@redhat.com>
Wed, 8 Jan 2020 19:09:34 +0000 (20:09 +0100)
committerThomas Huth <thuth@redhat.com>
Tue, 4 Feb 2020 08:00:57 +0000 (09:00 +0100)
The no_quit variable has been removed in commit 78782712a62d56 ("vl: drop
no_quit variable"), so let's remove the extern declaration in the header
now, too.

Fixes: 78782712a62d ("vl: drop no_quit variable")
Message-Id: <20200108192402.19672-1-thuth@redhat.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
include/sysemu/sysemu.h

index 80c57fdc4e64c634acf35f0e771dc632b554aa54..686f4217a6a729c63c709e84d35f3ed09357f18b 100644 (file)
@@ -44,7 +44,6 @@ extern int alt_grab;
 extern int ctrl_grab;
 extern int cursor_hide;
 extern int graphic_rotate;
-extern int no_quit;
 extern int no_shutdown;
 extern int old_param;
 extern int boot_menu;