From: Mark Andrews Date: Wed, 27 Jul 2011 07:25:23 +0000 (+0000) Subject: remove redundent assignment to silence clang X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ab47fac8b88aa7a3b031270e329409ce6b6735c;p=thirdparty%2Fbind9.git remove redundent assignment to silence clang --- diff --git a/lib/bind/resolv/res_send.c b/lib/bind/resolv/res_send.c index 5154fe2720e..46cb3ef0dcf 100644 --- a/lib/bind/resolv/res_send.c +++ b/lib/bind/resolv/res_send.c @@ -70,7 +70,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char sccsid[] = "@(#)res_send.c 8.1 (Berkeley) 6/4/93"; -static const char rcsid[] = "$Id: res_send.c,v 1.9.18.10 2008/01/27 02:06:26 marka Exp $"; +static const char rcsid[] = "$Id: res_send.c,v 1.9.18.11 2011/07/27 07:25:23 marka Exp $"; #endif /* LIBC_SCCS and not lint */ /*! \file @@ -1029,8 +1029,6 @@ Aerror(const res_state statp, FILE *file, const char *string, int error, char hbuf[NI_MAXHOST]; char sbuf[NI_MAXSERV]; - alen = alen; - if ((statp->options & RES_DEBUG) != 0U) { if (getnameinfo(address, alen, hbuf, sizeof(hbuf), sbuf, sizeof(sbuf), niflags)) {