]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
removed unused variable debug_lexer
authorAndreas Gustafsson <source@isc.org>
Fri, 28 Jul 2000 19:33:29 +0000 (19:33 +0000)
committerAndreas Gustafsson <source@isc.org>
Fri, 28 Jul 2000 19:33:29 +0000 (19:33 +0000)
lib/dns/config/confndc.c

index 4787320f0d52aba29dfbc064da6be158b008d242..0dc849d5675548d7789a4deaaafe2bd52ef23bd4 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: confndc.c,v 1.23 2000/07/27 09:47:07 tale Exp $ */
+/* $Id: confndc.c,v 1.24 2000/07/28 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;