mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
Remove unused variable.
Found with: Coverity Prevent(tm) CID: 550
This commit is contained in:
parent
e5023dd9f6
commit
75c4b82c36
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192023
@ -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) &&
|
||||
|
Loading…
Reference in New Issue
Block a user