From 4d268889365c1d9414bbca2f6c63d87db74ec37b Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 7 Nov 1997 08:53:44 +0000 Subject: Remove a bunch of variables which were unused both in GENERIC and LINT. Found by: -Wunused --- sys/dev/vx/if_vx.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/vx') diff --git a/sys/dev/vx/if_vx.c b/sys/dev/vx/if_vx.c index f1f744f..420e6c1 100644 --- a/sys/dev/vx/if_vx.c +++ b/sys/dev/vx/if_vx.c @@ -905,7 +905,6 @@ vxioctl(ifp, cmd, data) caddr_t data; { struct vx_softc *sc = vx_softc[ifp->if_unit]; - struct ifaddr *ifa = (struct ifaddr *) data; struct ifreq *ifr = (struct ifreq *) data; int s, error = 0; -- cgit v1.1