From: Andreas Gustafsson Date: Thu, 21 Feb 2002 20:04:01 +0000 (+0000) Subject: removed unused struct field isc_lex_t::options X-Git-Tag: v9.0.1^2~8499 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=3806b4e01ea6b6fd75e24b7dc72dee6530c52b5b;p=thirdparty%2Fbind9.git removed unused struct field isc_lex_t::options --- diff --git a/lib/isc/lex.c b/lib/isc/lex.c index ffc3a452777..d0d7dfb6031 100644 --- a/lib/isc/lex.c +++ b/lib/isc/lex.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lex.c,v 1.73 2002/02/21 00:44:14 bwelling Exp $ */ +/* $Id: lex.c,v 1.74 2002/02/21 20:04:01 gson Exp $ */ #include @@ -56,7 +56,6 @@ struct isc_lex { isc_mem_t * mctx; size_t max_token; char * data; - unsigned int options; unsigned int comments; isc_boolean_t comment_ok; isc_boolean_t last_was_eol;