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:
parent
00999c80d8
commit
bb0b8a23c0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115557
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user