From fa6f2ebcbb822add6aa1f1b27f13ead4a55fd909 Mon Sep 17 00:00:00 2001 From: Michael Sawyer Date: Thu, 8 Jun 2000 18:36:53 +0000 Subject: [PATCH] Remove unnecessary code --- bin/dig/dighost.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bin/dig/dighost.c b/bin/dig/dighost.c index 409797169a..8c1619f82e 100644 --- a/bin/dig/dighost.c +++ b/bin/dig/dighost.c @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: dighost.c,v 1.45 2000/06/07 00:13:56 mws Exp $ */ +/* $Id: dighost.c,v 1.46 2000/06/08 18:36:53 mws Exp $ */ /* * Notice to programmers: Do not use this code as an example of how to @@ -537,7 +537,6 @@ setup_system(void) { void setup_libs(void) { isc_result_t result; - isc_buffer_t b; debug ("setup_libs()"); @@ -572,8 +571,6 @@ setup_libs(void) { result = isc_socketmgr_create (mctx, &socketmgr); check_result(result, "isc_socketmgr_create"); - isc_buffer_init(&b, ".", 1); - isc_buffer_add(&b, 1); } static void