From e4952b702ffa972e0987609708d139468da590f3 Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 31 May 2003 20:42:24 +0000 Subject: Remove unused variable(s). Found by: FlexeLint --- sys/dev/bge/if_bge.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/dev/bge') diff --git a/sys/dev/bge/if_bge.c b/sys/dev/bge/if_bge.c index 353d799..24bc04f 100644 --- a/sys/dev/bge/if_bge.c +++ b/sys/dev/bge/if_bge.c @@ -475,12 +475,10 @@ bge_miibus_readreg(dev, phy, reg) int phy, reg; { struct bge_softc *sc; - struct ifnet *ifp; u_int32_t val, autopoll; int i; sc = device_get_softc(dev); - ifp = &sc->arpcom.ac_if; if (phy != 1) switch(sc->bge_chipid) { -- cgit v1.1