diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2002-09-15 16:02:14 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2002-09-15 16:02:14 +0000 |
commit | 487fd3b8f0e28acf5c9c5d946bc438746612f818 (patch) | |
tree | 6db07dc8ce70b145965597e5c4252ae25e369d1c /sys/net/if_arcsubr.c | |
parent | 0e3ccaaaa72f6f77670f634619a5f2edd45bcad8 (diff) |
Make compile with -Werror (unused vars warnings)
Diffstat (limited to 'sys/net/if_arcsubr.c')
-rw-r--r-- | sys/net/if_arcsubr.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/net/if_arcsubr.c b/sys/net/if_arcsubr.c index 9ef0598cf37..ff375ab77bf 100644 --- a/sys/net/if_arcsubr.c +++ b/sys/net/if_arcsubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_arcsubr.c,v 1.12 2002/09/11 05:38:47 itojun Exp $ */ +/* $OpenBSD: if_arcsubr.c,v 1.13 2002/09/15 16:02:13 niklas Exp $ */ /* $NetBSD: if_arcsubr.c,v 1.8 1996/05/07 02:40:29 thorpej Exp $ */ /* @@ -551,8 +551,6 @@ void arc_ifattach(ifp) register struct ifnet *ifp; { - register struct ifaddr *ifa; - register struct sockaddr_dl *sdl; register struct arccom *ac; ifp->if_type = IFT_ARCNET; |