Remove unused variable 'token'. Spotted by deraadt@
authorkrw <krw@openbsd.org>
Sat, 28 Dec 2013 21:48:04 +0000 (21:48 +0000)
committerkrw <krw@openbsd.org>
Sat, 28 Dec 2013 21:48:04 +0000 (21:48 +0000)
sbin/dhclient/clparse.c

index 56802b4..eba4972 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: clparse.c,v 1.63 2013/12/22 02:37:25 krw Exp $        */
+/*     $OpenBSD: clparse.c,v 1.64 2013/12/28 21:48:04 krw Exp $        */
 
 /* Parser for dhclient config and lease files. */
 
@@ -166,7 +166,7 @@ void
 parse_client_statement(FILE *cfile)
 {
        u_int8_t optlist[256];
-       int token, code, count;
+       int code, count;
 
        switch (next_token(NULL, cfile)) {
        case TOK_SEND: