diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-05 09:56:21 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-05 09:56:21 +0000 |
commit | 41bd639b26b40a6e2b042b602bb8b161b0c06469 (patch) | |
tree | 9bef63c0cfb9d16fd97ff763eb7fa8fa84ba91e8 /sysemu.h | |
parent | 34a3d2399b8429c393935c4310dafff8f541776b (diff) | |
download | qemu-41bd639b26b40a6e2b042b602bb8b161b0c06469.zip |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |