Remove variable initialized but no longer actually used since r226995.

Found with:	Coverity Prevent(tm)
CID:		10044
This commit is contained in:
Marius Strobl 2011-11-02 23:22:50 +00:00
parent ddd0c4a969
commit 6ed1c380f1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227042

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;