From patchwork Thu Feb 21 09:50:29 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 222226 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 44E702C0092 for ; Thu, 21 Feb 2013 20:51:42 +1100 (EST) Received: from localhost ([::1]:57291 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8SoW-00055W-Dw for incoming@patchwork.ozlabs.org; Thu, 21 Feb 2013 04:51:40 -0500 Received: from eggs.gnu.org ([208.118.235.92]:60478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8Snh-0003Y7-6s for qemu-devel@nongnu.org; Thu, 21 Feb 2013 04:50:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8Snb-000739-Rd for qemu-devel@nongnu.org; Thu, 21 Feb 2013 04:50:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33352) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8Snb-00072x-JT for qemu-devel@nongnu.org; Thu, 21 Feb 2013 04:50:43 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r1L9ogtL026620 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 21 Feb 2013 04:50:42 -0500 Received: from localhost (ovpn-112-33.ams2.redhat.com [10.36.112.33]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r1L9ob1L025920; Thu, 21 Feb 2013 04:50:42 -0500 From: Stefan Hajnoczi To: Date: Thu, 21 Feb 2013 10:50:29 +0100 Message-Id: <1361440233-8672-2-git-send-email-stefanha@redhat.com> In-Reply-To: <1361440233-8672-1-git-send-email-stefanha@redhat.com> References: <1361440233-8672-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.redhat.com id r1L9ogtL026620 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Anthony Liguori , =?UTF-8?q?Herv=C3=A9=20Poussineau?= , Stefan Hajnoczi Subject: [Qemu-devel] [PATCH 1/5] Remove forward declaration of non-existant variable X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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,