From: Shane Kerr Date: Thu, 23 Aug 2007 18:04:29 +0000 (+0000) Subject: Unused variable caught by gcc -Wall on 64-bit Linux. X-Git-Tag: v4_0_0a3~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=641488ec0f554318a02a667531aa79dfeacdaefa;p=thirdparty%2Fdhcp.git Unused variable caught by gcc -Wall on 64-bit Linux. Why this doesn't get flagged elsewhere is a mystery, and slightly disturbing... --- diff --git a/client/clparse.c b/client/clparse.c index e1c97bd6a..d4c0b2965 100644 --- a/client/clparse.c +++ b/client/clparse.c @@ -309,7 +309,6 @@ void parse_client_statement (cfile, ip, config) int known; int tmp, i; isc_result_t status; - int listlen; struct option ***append_list, **new_list, **cat_list; switch (peek_token (&val, (unsigned *)0, cfile)) {