From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43217 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PdGlq-0001XU-2H for qemu-devel@nongnu.org; Thu, 13 Jan 2011 01:34:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PdGlg-0000PZ-Ng for qemu-devel@nongnu.org; Thu, 13 Jan 2011 01:34:53 -0500 Received: from sj-iport-4.cisco.com ([171.68.10.86]:50842) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PdGlg-0000OW-HG for qemu-devel@nongnu.org; Thu, 13 Jan 2011 01:34:44 -0500 From: David Ahern Date: Wed, 12 Jan 2011 23:34:33 -0700 Message-Id: <1294900477-23722-5-git-send-email-daahern@cisco.com> In-Reply-To: <1294900477-23722-1-git-send-email-daahern@cisco.com> References: <1294900477-23722-1-git-send-email-daahern@cisco.com> Subject: [Qemu-devel] [PATCH 4/8] remove unused parallel_* variables from pc.c List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: David Ahern Signed-off-by: David Ahern --- hw/pc.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/hw/pc.c b/hw/pc.c index 18ec0df..6a55d2f 100644 --- a/hw/pc.c +++ b/hw/pc.c @@ -826,9 +826,6 @@ static const int ne2000_io[NE2000_NB_MAX] = { 0x300, 0x320, 0x340, 0x360, 0x280, 0x380 }; static const int ne2000_irq[NE2000_NB_MAX] = { 9, 10, 11, 3, 4, 5 }; -static const int parallel_io[MAX_PARALLEL_PORTS] = { 0x378, 0x278, 0x3bc }; -static const int parallel_irq[MAX_PARALLEL_PORTS] = { 7, 7, 7 }; - void pc_audio_init (PCIBus *pci_bus, qemu_irq *pic) { struct soundhw *c; -- 1.7.3.4