From patchwork Thu Feb 21 09:50:29 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [1/5] Remove forward declaration of non-existant variable Date: Wed, 20 Feb 2013 23:50:29 -0000 From: Stefan Hajnoczi X-Patchwork-Id: 222226 Message-Id: <1361440233-8672-2-git-send-email-stefanha@redhat.com> To: Cc: Anthony Liguori , =?UTF-8?q?Herv=C3=A9=20Poussineau?= , Stefan Hajnoczi From: Hervé Poussineau This variable has been removed 5 years ago in 970ac5a3082428dca91171f270dcd95d6f4b2636. Signed-off-by: Hervé Poussineau Signed-off-by: Stefan Hajnoczi --- include/sysemu/sysemu.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h index 1d9599e..ae49088 100644 --- a/include/sysemu/sysemu.h +++ b/include/sysemu/sysemu.h @@ -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,