Remove forward declaration of non-existant variable
authorHervé Poussineau <hpoussin@reactos.org>
Sun, 10 Feb 2013 22:11:05 +0000 (23:11 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 21 Feb 2013 09:33:39 +0000 (10:33 +0100)
This variable has been removed 5 years ago in 970ac5a3082428dca91171f270dcd95d6f4b2636.

Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
include/sysemu/sysemu.h

index 1d9599e5f497e6d281fc32ac790efcf87152e316..ae49088d426913d3b53b9681e312708a5ce7b343 100644 (file)
@@ -94,7 +94,6 @@ typedef enum DisplayType
 } DisplayType;
 
 extern int autostart;
-extern int bios_size;
 
 typedef enum {
     VGA_NONE, VGA_STD, VGA_CIRRUS, VGA_VMWARE, VGA_XENFB, VGA_QXL,