From 3b8c318b172c4c885634befa3489b7965b9f7d97 Mon Sep 17 00:00:00 2001 From: Bill Beech Date: Fri, 8 May 2015 18:14:58 -0700 Subject: [PATCH] ISYS8020: Fixed warnings in i8259.c from VS2008 build --- Intel-Systems/common/i8259.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Intel-Systems/common/i8259.c b/Intel-Systems/common/i8259.c index 721dc771..1477900a 100644 --- a/Intel-Systems/common/i8259.c +++ b/Intel-Systems/common/i8259.c @@ -124,8 +124,6 @@ DEVICE i8259_dev = { int32 i8259a0(int32 io, int32 data) { - int32 bit; - if (io == 0) { /* read data port */ if ((i8259_ocw3[0] & 0x03) == 0x02) return (i8259_unit[0].u3); /* IRR */ @@ -161,8 +159,6 @@ int32 i8259a0(int32 io, int32 data) int32 i8259a1(int32 io, int32 data) { - int32 bit; - if (io == 0) { /* read data port */ if ((i8259_ocw3[1] & 0x03) == 0x02) return (i8259_unit[1].u3); /* IRR */