mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 02:32:03 -04:00
removed unused global variable declaration of dns_zone_countsize
This commit is contained in:
parent
71b5fa7fb7
commit
41b27cf6b4
1 changed files with 1 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue