mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove an unneeded variable.
Reported by: tinderbox
This commit is contained in:
parent
f379d0f7f5
commit
ee48488f0b
1 changed files with 0 additions and 1 deletions
|
|
@ -253,7 +253,6 @@ miibus_statchg(device_t dev)
|
|||
{
|
||||
device_t parent;
|
||||
struct mii_data *mii;
|
||||
struct ifnet *ifp;
|
||||
|
||||
parent = device_get_parent(dev);
|
||||
MIIBUS_STATCHG(parent);
|
||||
|
|
|
|||
Loading…
Reference in a new issue