From 19b34f979cda8037aaaf0c0c464017fe8ebd3d78 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Fri, 6 Jul 2001 17:35:04 +0000 Subject: [PATCH] removed initializations of nonexistent variables at Danny's request --- lib/dns/gen.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/dns/gen.c b/lib/dns/gen.c index 4423096ba9..7b391a6edc 100644 --- a/lib/dns/gen.c +++ b/lib/dns/gen.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: gen.c,v 1.61 2001/07/06 02:56:47 mayer Exp $ */ +/* $Id: gen.c,v 1.62 2001/07/06 17:35:04 gson Exp $ */ #include @@ -469,10 +469,6 @@ main(int argc, char **argv) { char *file = NULL; isc_dir_t dir; - isc_commandline_index = 1; - isc_commandline_errprint = 1; - isc_commandline_reset = ISC_TRUE; - for (i = 0 ; i <= 255 ; i++) memset(&typenames[i], 0, sizeof(typenames[i]));