From: krw Date: Sat, 28 Dec 2013 21:48:04 +0000 (+0000) Subject: Remove unused variable 'token'. Spotted by deraadt@ X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=50b432e0dddb5aff76b193fafcefe8562a8b9281;p=openbsd Remove unused variable 'token'. Spotted by deraadt@ --- diff --git a/sbin/dhclient/clparse.c b/sbin/dhclient/clparse.c index 56802b46daf..eba497251eb 100644 --- a/sbin/dhclient/clparse.c +++ b/sbin/dhclient/clparse.c @@ -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: