From: Aram Sargsyan Date: Mon, 27 Feb 2023 19:48:53 +0000 (+0000) Subject: Remove a redundant ISC_REFCOUNT_DECL in catz.h X-Git-Tag: v9.19.11~10^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a627cc9e0b4cfaf88a6938e31ee14f568c938280;p=thirdparty%2Fbind9.git Remove a redundant ISC_REFCOUNT_DECL in catz.h The 'ISC_REFCOUNT_DECL(dns_catz_zone)' declaration was provided twice. --- diff --git a/lib/dns/include/dns/catz.h b/lib/dns/include/dns/catz.h index 9c9df5978d3..e39c64269cc 100644 --- a/lib/dns/include/dns/catz.h +++ b/lib/dns/include/dns/catz.h @@ -208,11 +208,6 @@ dns_catz_entry_cmp(const dns_catz_entry_t *ea, const dns_catz_entry_t *eb); * \li 'false' if the entries differ. */ -ISC_REFCOUNT_DECL(dns_catz_zone); -/*%< - * Declare reference counting functions for dns_catz_zone_t. - */ - isc_result_t dns_catz_new_zone(dns_catz_zones_t *catzs, dns_catz_zone_t **catzp, const dns_name_t *name);