From 4f55e823d149a34131bb39e6d1fe0b7fa141ba64 Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Fri, 8 Apr 2022 16:47:02 +0100 Subject: [PATCH] Ditch a couple of unused `#define`s These were added by mistake in CHANGES 2349 and were not removed when the mistake was corrected. --- lib/dns/include/dns/rdataslab.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/dns/include/dns/rdataslab.h b/lib/dns/include/dns/rdataslab.h index 7364b8d644..10a8525a1f 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