diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-02-23 18:29:34 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-02-23 18:29:34 +0000 |
commit | 5414a0d4eae1d2120d395c7e5e845083e2ea649f (patch) | |
tree | 21c86dc8240c1e4f6f4caf8cb478e7bd38db137e | |
parent | a065e38538d0b61c5f5b4c2df10cc18583c4ff73 (diff) |
scrap dead code
-rw-r--r-- | sbin/dhclient/dispatch.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/dhclient/dispatch.c b/sbin/dhclient/dispatch.c index 97d4b3835aa..6b89055c3c4 100644 --- a/sbin/dhclient/dispatch.c +++ b/sbin/dhclient/dispatch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dispatch.c,v 1.8 2004/02/23 18:21:15 henning Exp $ */ +/* $OpenBSD: dispatch.c,v 1.9 2004/02/23 18:29:33 henning Exp $ */ /* Network input dispatcher... */ @@ -81,9 +81,6 @@ discover_interfaces(int state) int ir; struct ifreq *tif; struct ifaddrs *ifap, *ifa; -#ifdef ALIAS_NAMES_PERMUTED - char *s; -#endif if (getifaddrs(&ifap) != 0) error("getifaddrs failed"); |