Remove variable initialized but no longer actually used since r226995.

Found with:	Coverity Prevent(tm)
CID:		10044
This commit is contained in:
marius 2011-11-02 23:22:50 +00:00
parent d8c1e30a7f
commit 717f9b60df

View File

@ -920,12 +920,9 @@ static void
tl_hardreset(dev)
device_t dev;
{
struct tl_softc *sc;
int i;
u_int16_t flags;
sc = device_get_softc(dev);
mii_bitbang_sync(dev, &tl_mii_bitbang_ops);
flags = BMCR_LOOP|BMCR_ISO|BMCR_PDOWN;