hw/i386/pc.c: Remove unused parallel_io and parallel_irq variables 41/29441/1
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 29 May 2014 11:01:49 +0000 (12:01 +0100)
committerGiWoong Kim <giwoong.kim@samsung.com>
Tue, 28 Oct 2014 03:50:24 +0000 (12:50 +0900)
The variables parallel_io and parallel_irq are unused; delete them.

Change-Id: Idfe0a89c5c48e6000f717d883b2e27c69bfe676f
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/i386/pc.c

index 612bde2f2cdeb641651b73d414117c2c260fcd81..d6628d7f6036f7129da6a7e86358b36a9171616c 100644 (file)
@@ -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;