mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
Remove unused variable(s).
Found by: FlexeLint
This commit is contained in:
parent
00999c80d8
commit
bb0b8a23c0
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue