1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00

Remove unused variable(s).

Found by:       FlexeLint
This commit is contained in:
Poul-Henning Kamp 2003-05-31 20:42:24 +00:00
parent 00999c80d8
commit bb0b8a23c0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115557

View File

@ -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) {