summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2014-05-29 12:01:49 +0100
committerGiWoong Kim <giwoong.kim@samsung.com>2014-10-27 21:36:33 -0700
commit567d387a332002a5616ce1e6fe74824c84971ae8 (patch)
tree3d4e4d773b9cb69415a8483aadc8dd12ef44355b
parent7b7a72fb6df094d5e39837df3765523f37ac8465 (diff)
downloadqemu-567d387a332002a5616ce1e6fe74824c84971ae8.tar.gz
qemu-567d387a332002a5616ce1e6fe74824c84971ae8.tar.bz2
qemu-567d387a332002a5616ce1e6fe74824c84971ae8.zip
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: Idfe0a89c5c48e6000f717d883b2e27c69bfe676f Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r--hw/i386/pc.c3
1 files changed, 0 insertions, 3 deletions
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;