From bbf9145de38533391b76fd4d3fa3cb4c074ff288 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 19 Feb 2003 00:32:01 +0000 Subject: [PATCH] Remove unused variable and code. --- sys/dev/mii/inphy.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/dev/mii/inphy.c b/sys/dev/mii/inphy.c index 701b47f67af..54cab48cbee 100644 --- a/sys/dev/mii/inphy.c +++ b/sys/dev/mii/inphy.c @@ -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 && -- 2.45.2