Near as I can tell, sdl is only assigned once, and is never read.
Change-Id: I145be12aef902db3ad149be39c1db360775d4456
Reviewed-on: http://gerrit.openafs.org/7775
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
int mib[6];
struct if_msghdr *ifm, *nextifm;
struct ifa_msghdr *ifam;
- struct sockaddr_dl *sdl;
struct rt_addrinfo info;
char *buf, *lim, *next;
int count = 0, addrcount = 0;
free(buf);
return 0;
}
- sdl = (struct sockaddr_dl *)(ifm + 1);
next += ifm->ifm_msglen;
ifam = NULL;
addrcount = 0;