summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_vx.c
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1996-06-12 05:11:41 +0000
committergpalmer <gpalmer@FreeBSD.org>1996-06-12 05:11:41 +0000
commit57c3ebc617f6ed31240847c6fce74931a372824c (patch)
treec727af841ff654969571e10a8dc92e2a987cd0c2 /sys/pci/if_vx.c
parentd356aa8b627cecbc5a3a5e98327366686498962d (diff)
downloadFreeBSD-src-57c3ebc617f6ed31240847c6fce74931a372824c.zip
FreeBSD-src-57c3ebc617f6ed31240847c6fce74931a372824c.tar.gz
Clean up -Wunused warnings.
Reviewed by: bde
Diffstat (limited to 'sys/pci/if_vx.c')
-rw-r--r--sys/pci/if_vx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/pci/if_vx.c b/sys/pci/if_vx.c
index 1575799..f0e86e1 100644
--- a/sys/pci/if_vx.c
+++ b/sys/pci/if_vx.c
@@ -189,8 +189,6 @@ vx_pci_attach(
struct ifnet *ifp;
u_short i, *p;
u_long j;
- struct ifaddr *ifa;
- struct sockaddr_dl *sdl;
if (unit >= NVX) {
printf("vx%d: not configured; kernel is built for only %d device%s.\n",
OpenPOWER on IntegriCloud