1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-14 14:55:41 +00:00

Remove an unneeded variable.

Reported by:	tinderbox
This commit is contained in:
Ed Schouten 2010-03-18 07:35:20 +00:00
parent f379d0f7f5
commit ee48488f0b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=205275

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