diff mbox

Remove forward declaration of non-existant variable

Message ID 1360534265-6477-1-git-send-email-hpoussin@reactos.org
State New
Headers show

Commit Message

Hervé Poussineau Feb. 10, 2013, 10:11 p.m. UTC
This variable has been removed 5 years ago in 970ac5a3082428dca91171f270dcd95d6f4b2636.

Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
---
 include/sysemu/sysemu.h |    1 -
 1 file changed, 1 deletion(-)

Comments

Stefan Hajnoczi Feb. 11, 2013, 1:08 p.m. UTC | #1
On Sun, Feb 10, 2013 at 11:11:05PM +0100, Hervé Poussineau wrote:
> This variable has been removed 5 years ago in 970ac5a3082428dca91171f270dcd95d6f4b2636.
> 
> Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
> ---
>  include/sysemu/sysemu.h |    1 -
>  1 file changed, 1 deletion(-)

Thanks, applied to the trivial patches -next tree:
https://github.com/stefanha/qemu/commits/trivial-patches-next

Stefan
diff mbox

Patch

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,