From 7fff9e8ceaf0b4ebcde41c3f6946b7ffbd8c4d62 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 3 Jul 2001 06:55:04 +0000 Subject: [PATCH] unused variable --- lib/bind/resolv/res_init.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/bind/resolv/res_init.c b/lib/bind/resolv/res_init.c index c6d2a0166b..6072617ef1 100644 --- a/lib/bind/resolv/res_init.c +++ b/lib/bind/resolv/res_init.c @@ -70,7 +70,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char sccsid[] = "@(#)res_init.c 8.1 (Berkeley) 6/7/93"; -static const char rcsid[] = "$Id: res_init.c,v 1.8 2001/07/02 02:33:45 marka Exp $"; +static const char rcsid[] = "$Id: res_init.c,v 1.9 2001/07/03 06:55:04 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include "port_before.h" @@ -305,7 +305,6 @@ __res_vinit(res_state statp, int preinit) { char sbuf[NI_MAXSERV]; const size_t minsiz = sizeof(statp->_u._ext.ext->nsaddrs[0]); - char *comment; cp = buf + sizeof("nameserver") - 1; while (*cp == ' ' || *cp == '\t')