aboutsummaryrefslogtreecommitdiff
path: root/sysemu.h
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2008-10-05 09:56:21 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2008-10-05 09:56:21 +0000
commit41bd639b26b40a6e2b042b602bb8b161b0c06469 (patch)
tree9bef63c0cfb9d16fd97ff763eb7fa8fa84ba91e8 /sysemu.h
parent34a3d2399b8429c393935c4310dafff8f541776b (diff)
Variable autostart is not used outside main()
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5419 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'sysemu.h')
-rw-r--r--sysemu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysemu.h b/sysemu.h
index 143fe9b9d9..0547d93edc 100644
--- a/sysemu.h
+++ b/sysemu.h
@@ -88,7 +88,6 @@ extern int cursor_hide;
extern int graphic_rotate;
extern int no_quit;
extern int semihosting_enabled;
-extern int autostart;
extern int old_param;
extern const char *bootp_filename;