From 4d268889365c1d9414bbca2f6c63d87db74ec37b Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 7 Nov 1997 08:53:44 +0000 Subject: Remove a bunch of variables which were unused both in GENERIC and LINT. Found by: -Wunused --- sys/i386/isa/if_fe.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/i386/isa/if_fe.c') diff --git a/sys/i386/isa/if_fe.c b/sys/i386/isa/if_fe.c index 1353411..fbdc2e6 100644 --- a/sys/i386/isa/if_fe.c +++ b/sys/i386/isa/if_fe.c @@ -21,7 +21,7 @@ */ /* - * $Id: if_fe.c,v 1.32 1997/10/26 21:08:41 nate Exp $ + * $Id: if_fe.c,v 1.33 1997/10/29 15:54:19 nate Exp $ * * Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards. * To be used with FreeBSD 2.x @@ -1128,7 +1128,7 @@ fe_init_ati ( struct fe_softc * sc ) static int fe_probe_gwy ( DEVICE * dev, struct fe_softc * sc ) { - int i,type; + int i; static struct fe_simple_probe_struct probe_table [] = { { FE_DLCR2, 0x70, 0x00 }, @@ -1680,7 +1680,7 @@ static void fe_init ( int unit ) { struct fe_softc *sc = &fe_softc[unit]; - int i, s; + int s; #if FE_DEBUG >= 3 fe_dump( LOG_INFO, sc, "init()" ); -- cgit v1.1