From 256b8024a10e519ee6a6aa69b28acd305a7f2ba2 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 12 Oct 2000 04:03:28 +0000 Subject: [PATCH] remve unused variable --- lib/dns/config/confview.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/dns/config/confview.c b/lib/dns/config/confview.c index 647c8984fa..79e8f20b73 100644 --- a/lib/dns/config/confview.c +++ b/lib/dns/config/confview.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confview.c,v 1.49 2000/10/10 01:17:30 marka Exp $ */ +/* $Id: confview.c,v 1.50 2000/10/12 04:03:28 marka Exp $ */ #include @@ -370,7 +370,6 @@ isc_result_t dns_c_viewtable_checkviews(dns_c_viewtable_t *viewtable) { dns_c_view_t *elem; isc_boolean_t bbval; - dns_notifytype_t notifytype; isc_uint32_t buival; isc_result_t result = ISC_R_SUCCESS; dns_c_rrsolist_t *boval;