From a627cc9e0b4cfaf88a6938e31ee14f568c938280 Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Mon, 27 Feb 2023 19:48:53 +0000 Subject: [PATCH] Remove a redundant ISC_REFCOUNT_DECL in catz.h The 'ISC_REFCOUNT_DECL(dns_catz_zone)' declaration was provided twice. --- lib/dns/include/dns/catz.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/dns/include/dns/catz.h b/lib/dns/include/dns/catz.h index 9c9df5978d..e39c64269c 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);