Skip to content

Commit

Permalink
include/sysemu/sysemu.h: Remove usused variable no_quit
Browse files Browse the repository at this point in the history
The no_quit variable has been removed in commit 7878271 ("vl: drop
no_quit variable"), so let's remove the extern declaration in the header
now, too.

Fixes: 7878271 ("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>
  • Loading branch information
huth committed Feb 4, 2020
1 parent c7cf4dd commit 432b119
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/sysemu/sysemu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 432b119

Please sign in to comment.