Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
98a5693c
Commit
98a5693c
authored
Jul 28, 2000
by
Andreas Gustafsson
Browse files
removed unused variable debug_lexer
parent
7edcf7ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/config/confndc.c
View file @
98a5693c
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: confndc.c,v 1.2
3
2000/07/2
7 09:47:07 tale
Exp $ */
/* $Id: confndc.c,v 1.2
4
2000/07/2
8 19:33:29 gson
Exp $ */
/*
** options {
...
...
@@ -68,7 +68,6 @@ typedef struct {
isc_symtab_t
*
thekeywords
;
int
errors
;
int
warnings
;
isc_boolean_t
debug_lexer
;
dns_c_ndcctx_t
*
thecontext
;
...
...
@@ -1381,7 +1380,6 @@ parser_setup(ndcpcontext *pctx, isc_mem_t *mem, const char *filename) {
pctx
->
thecontext
=
NULL
;
pctx
->
errors
=
0
;
pctx
->
warnings
=
0
;
pctx
->
debug_lexer
=
ISC_FALSE
;
pctx
->
prevtok
=
pctx
->
currtok
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment