Remove unused variable.

Found with:	Coverity Prevent(tm)
CID:		550
This commit is contained in:
Christian Brueffer 2009-05-12 19:30:46 +00:00
parent e5023dd9f6
commit 75c4b82c36
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192023

View File

@ -651,10 +651,8 @@ vge_probe(dev)
device_t dev;
{
struct vge_type *t;
struct vge_softc *sc;
t = vge_devs;
sc = device_get_softc(dev);
while (t->vge_name != NULL) {
if ((pci_get_vendor(dev) == t->vge_vid) &&