mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
Remove unused variable and code.
This commit is contained in:
parent
98d79253d6
commit
bbf9145de3
1 changed files with 0 additions and 2 deletions
|
|
@ -79,10 +79,8 @@ static int
|
|||
inphy_probe(device_t dev)
|
||||
{
|
||||
struct mii_attach_args *ma;
|
||||
device_t parent;
|
||||
|
||||
ma = device_get_ivars(dev);
|
||||
parent = device_get_parent(device_get_parent(dev));
|
||||
|
||||
/* Intel 82553 A/B steppings */
|
||||
if (MII_OUI(ma->mii_id1, ma->mii_id2) == MII_OUI_xxINTEL &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue