mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
removed an #if 0 ... #endif section (insted of fixing
the typo in it)
This commit is contained in:
parent
3e14b69d19
commit
62890ae20d
1 changed files with 1 additions and 5 deletions
|
|
@ -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 <config.h>
|
||||
|
||||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue