From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iu8hE-0002jT-6t for qemu-devel@nongnu.org; Mon, 19 Nov 2007 10:38:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iu8hD-0002i6-6Z for qemu-devel@nongnu.org; Mon, 19 Nov 2007 10:37:59 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iu8hD-0002ht-1U for qemu-devel@nongnu.org; Mon, 19 Nov 2007 10:37:59 -0500 Received: from smtp.citrix.com ([66.165.176.89]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iu8hC-0005rR-MX for qemu-devel@nongnu.org; Mon, 19 Nov 2007 10:37:58 -0500 Received: from gw-uk.xensource.com (wiley.uk.xensource.com [172.31.0.37]) by smtp01.ad.xensource.com (8.13.1/8.13.1) with ESMTP id lAJFbthm003892 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 19 Nov 2007 07:37:57 -0800 Received: from dhcp-16-192.uk.xensource.com ([172.31.16.192] helo=implementation.famille.thibault.fr) by gw-uk.xensource.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.43) id 1Iu8h9-0005cB-E5 for qemu-devel@nongnu.org; Mon, 19 Nov 2007 15:37:55 +0000 Received: from samy by implementation.famille.thibault.fr with local (Exim 4.68) (envelope-from ) id 1Iu8h9-0004I9-C0 for qemu-devel@nongnu.org; Mon, 19 Nov 2007 16:37:55 +0100 Date: Mon, 19 Nov 2007 15:37:55 +0000 From: Samuel Thibault Message-ID: <20071119153755.GI6331@implementation.uk.xensource.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="f2QGlHpHGjS2mn6Y" Content-Disposition: inline Subject: [Qemu-devel] [PATCH] Useless variable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org --f2QGlHpHGjS2mn6Y Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The attached patch drops a variable that became useless. Samuel --f2QGlHpHGjS2mn6Y Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch Index: vl.c =================================================================== RCS file: /sources/qemu/qemu/vl.c,v retrieving revision 1.369 diff -u -p -r1.369 vl.c --- vl.c 19 Nov 2007 01:05:22 -0000 1.369 +++ vl.c 19 Nov 2007 15:37:12 -0000 @@ -160,7 +160,6 @@ int inet_aton(const char *cp, struct in_ const char *bios_dir = CONFIG_QEMU_SHAREDIR; const char *bios_name = NULL; -char phys_ram_file[1024]; void *ioport_opaque[MAX_IOPORTS]; IOPortReadFunc *ioport_read_table[3][MAX_IOPORTS]; IOPortWriteFunc *ioport_write_table[3][MAX_IOPORTS]; --f2QGlHpHGjS2mn6Y--