Remove an unneeded variable.

Reported by:	tinderbox
This commit is contained in:
ed 2010-03-18 07:35:20 +00:00
parent f7df177d99
commit fbf3d99d10

View File

@ -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);