From: Peter Maydell Date: Thu, 29 May 2014 11:01:49 +0000 (+0100) Subject: hw/i386/pc.c: Remove unused parallel_io and parallel_irq variables X-Git-Tag: Tizen_Studio_1.3_Release_p2.3~41^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a12c9faf34c47b3f78aa47709b3adbcb9b3f5b7c;p=sdk%2Femulator%2Fqemu.git hw/i386/pc.c: Remove unused parallel_io and parallel_irq variables The variables parallel_io and parallel_irq are unused; delete them. Change-Id: Ie237ca77d148710807bb8b97b887cafe3457b162 Signed-off-by: Peter Maydell Signed-off-by: Michael Tokarev --- diff --git a/hw/i386/pc.c b/hw/i386/pc.c index 612bde2f2c..d6628d7f60 100644 --- a/hw/i386/pc.c +++ b/hw/i386/pc.c @@ -905,9 +905,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_init_ne2k_isa(ISABus *bus, NICInfo *nd) { static int nb_ne2k = 0;