From 3c56e09895c102fec6d4d886ed7c3e824fa642f7 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Fri, 16 Apr 2004 06:58:39 +0000 Subject: [PATCH] Remove two variables that became unused because of last commit. Reported by: tinderbox --- sys/dev/sn/if_sn.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/dev/sn/if_sn.c b/sys/dev/sn/if_sn.c index 57925fa866a6..21a894890c93 100644 --- a/sys/dev/sn/if_sn.c +++ b/sys/dev/sn/if_sn.c @@ -159,8 +159,6 @@ sn_attach(device_t dev) struct ifnet *ifp = &sc->arpcom.ac_if; uint16_t i, w; uint8_t *p; - struct ifaddr *ifa; - struct sockaddr_dl *sdl; int rev; uint16_t address; int j;