Remove unused variable and code.

This commit is contained in:
peter 2003-02-19 00:32:01 +00:00
parent 6548b570fd
commit 24bca893c2

View File

@ -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 &&