]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Unused variable caught by gcc -Wall on 64-bit Linux.
authorShane Kerr <shane@isc.org>
Thu, 23 Aug 2007 18:04:29 +0000 (18:04 +0000)
committerShane Kerr <shane@isc.org>
Thu, 23 Aug 2007 18:04:29 +0000 (18:04 +0000)
Why this doesn't get flagged elsewhere is a mystery, and slightly
disturbing...

client/clparse.c

index e1c97bd6ae3465c5a7805f20fe75f351a189921c..d4c0b29653689250d4b4377aca0a7d5adfe7e63b 100644 (file)
@@ -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)) {