From 41b27cf6b4648327d6f0f218cea6db8e01d9ff2d Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Fri, 3 Nov 2000 18:43:53 +0000 Subject: [PATCH] removed unused global variable declaration of dns_zone_countsize --- lib/dns/include/dns/zone.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/dns/include/dns/zone.h b/lib/dns/include/dns/zone.h index bac97d7824..1d9ad66abd 100644 --- a/lib/dns/include/dns/zone.h +++ b/lib/dns/include/dns/zone.h @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zone.h,v 1.83 2000/11/03 18:42:56 gson Exp $ */ +/* $Id: zone.h,v 1.84 2000/11/03 18:43:53 gson Exp $ */ #ifndef DNS_ZONE_H #define DNS_ZONE_H 1 @@ -1232,8 +1232,6 @@ dns_zone_setdialup(dns_zone_t *zone, dns_dialuptype_t dialup); * 'dialup' to be a valid dialup type. */ -extern int dns_zone_countsize; - ISC_LANG_ENDDECLS #endif /* DNS_ZONE_H */