summaryrefslogtreecommitdiff
path: root/client/clparse.c
diff options
context:
space:
mode:
authorShane Kerr <shane@isc.org>2007-08-23 18:04:29 +0000
committerShane Kerr <shane@isc.org>2007-08-23 18:04:29 +0000
commit641488ec0f554318a02a667531aa79dfeacdaefa (patch)
tree5f51385f3375875a8c4f2fddf7cebdfb9f8176e0 /client/clparse.c
parent0c20eab3c8234f983d1f8af2818e21c3dc6e0013 (diff)
downloadisc-dhcp-641488ec0f554318a02a667531aa79dfeacdaefa.tar.gz
Unused variable caught by gcc -Wall on 64-bit Linux.
Why this doesn't get flagged elsewhere is a mystery, and slightly disturbing...
Diffstat (limited to 'client/clparse.c')
-rw-r--r--client/clparse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/clparse.c b/client/clparse.c
index e1c97bd6..d4c0b296 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)) {