From: Tony Finch Date: Fri, 8 Apr 2022 15:47:02 +0000 (+0100) Subject: Ditch a couple of unused `#define`s X-Git-Tag: v9.19.1~14^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f4a4ec07c922055a7d7855c79576504258d3198;p=thirdparty%2Fbind9.git Ditch a couple of unused `#define`s These were added by mistake in CHANGES 2349 and were not removed when the mistake was corrected. --- diff --git a/lib/dns/include/dns/rdataslab.h b/lib/dns/include/dns/rdataslab.h index 7364b8d6448..10a8525a1f2 100644 --- a/lib/dns/include/dns/rdataslab.h +++ b/lib/dns/include/dns/rdataslab.h @@ -53,12 +53,6 @@ ISC_LANG_BEGINDECLS #define DNS_RDATASLAB_EXACT 0x2 #define DNS_RDATASLAB_OFFLINE 0x01 /* RRSIG is for offline DNSKEY */ -#define DNS_RDATASLAB_WARNMASK \ - 0x0E /*%< RRSIG(DNSKEY) expired \ - * warnings number mask. */ -#define DNS_RDATASLAB_WARNSHIFT \ - 1 /*%< How many bits to shift to find \ - * remaining expired warning number. */ /*** *** Functions