From 62890ae20d3d1c9b9a045d7fee68a925978cc367 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Wed, 10 May 2000 00:16:09 +0000 Subject: [PATCH] removed an #if 0 ... #endif section (insted of fixing the typo in it) --- lib/dns/config/confparser.y | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/dns/config/confparser.y b/lib/dns/config/confparser.y index d47795818f..94ae6f12ad 100644 --- a/lib/dns/config/confparser.y +++ b/lib/dns/config/confparser.y @@ -16,7 +16,7 @@ * SOFTWARE. */ -/* $Id: confparser.y,v 1.77 2000/05/09 22:22:15 tale Exp $ */ +/* $Id: confparser.y,v 1.78 2000/05/10 00:16:09 gson Exp $ */ #include @@ -5008,10 +5008,6 @@ dns_c_parse_namedconf(const char *filename, isc_mem_t *mem, callbacks = cbks; -#if 0 - fprintf(stderr, "uniion size: %d\n", sizeof (YYSTYPE)); -#endif - if (yyparse() != 0) { res = ISC_R_FAILURE;