mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
removed unused struct field isc_lex_t::options
This commit is contained in:
parent
e53a5a116f
commit
3806b4e01e
@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* 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 <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@ -56,7 +56,6 @@ struct isc_lex {
|
|||||||
isc_mem_t * mctx;
|
isc_mem_t * mctx;
|
||||||
size_t max_token;
|
size_t max_token;
|
||||||
char * data;
|
char * data;
|
||||||
unsigned int options;
|
|
||||||
unsigned int comments;
|
unsigned int comments;
|
||||||
isc_boolean_t comment_ok;
|
isc_boolean_t comment_ok;
|
||||||
isc_boolean_t last_was_eol;
|
isc_boolean_t last_was_eol;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user