From: Matthijs Mekking Date: Mon, 22 Sep 2025 09:24:18 +0000 (+0200) Subject: Cleanup unused constant X-Git-Tag: v9.21.14~24^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4e1527b568e3f52908831647530716da847f1dc;p=thirdparty%2Fbind9.git Cleanup unused constant The DST_ALGORITHM_FORMATSIZE constant is unused. It could be used in dst_kasp_key_format, but instead we will use DNS_NAME_FORMATSIZE because it is used in other places too. Clean up the unused constant. --- diff --git a/lib/dns/include/dst/dst.h b/lib/dns/include/dst/dst.h index 25b54138566..f3eaa538346 100644 --- a/lib/dns/include/dst/dst.h +++ b/lib/dns/include/dst/dst.h @@ -1221,7 +1221,6 @@ dst_algorithm_totext(dst_algorithm_t alg, isc_buffer_t *target); *\li ISC_R_NOSPACE target buffer is too small */ -#define DST_ALGORITHM_FORMATSIZE 20 void dst_algorithm_format(dst_algorithm_t dst_alg, char *data, unsigned int length); /*%<