From: Mark Andrews Date: Mon, 25 Nov 2019 00:03:10 +0000 (+1100) Subject: remove DNS_RBT_REFLENGTH as it is no longer needed X-Git-Tag: v9.15.7~74^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ce39f64d95c4cbf0c125e4fd1e5aad49706b4ab;p=thirdparty%2Fbind9.git remove DNS_RBT_REFLENGTH as it is no longer needed --- diff --git a/lib/dns/include/dns/rbt.h b/lib/dns/include/dns/rbt.h index 0a0e3091603..4aa90202091 100644 --- a/lib/dns/include/dns/rbt.h +++ b/lib/dns/include/dns/rbt.h @@ -41,7 +41,6 @@ ISC_LANG_BEGINDECLS #define DNS_RBT_USEMAGIC 1 #define DNS_RBT_LOCKLENGTH (sizeof(((dns_rbtnode_t *)0)->locknum)*8) -#define DNS_RBT_REFLENGTH 20 #define DNS_RBTNODE_MAGIC ISC_MAGIC('R','B','N','O') #if DNS_RBT_USEMAGIC