From: Ondřej Surý Date: Tue, 20 Aug 2024 10:15:05 +0000 (+0200) Subject: Remove unused definition of ISC_CMSG_IP_TOS X-Git-Tag: v9.21.3~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c18bb5f1f22bdff97e2f292ff6039fb453f53073;p=thirdparty%2Fbind9.git Remove unused definition of ISC_CMSG_IP_TOS The #define was used before, but we forgot to clean it up when we removed support for dscp. --- diff --git a/lib/isc/net.c b/lib/isc/net.c index 8d65e1bb989..d30072b7f09 100644 --- a/lib/isc/net.c +++ b/lib/isc/net.c @@ -85,14 +85,6 @@ #endif /* HAVE_SYSCTLBYNAME */ -#ifndef ISC_CMSG_IP_TOS -#ifdef __APPLE__ -#define ISC_CMSG_IP_TOS 0 /* As of 10.8.2. */ -#else /* ! __APPLE__ */ -#define ISC_CMSG_IP_TOS 1 -#endif /* ! __APPLE__ */ -#endif /* ! ISC_CMSG_IP_TOS */ - static isc_result_t ipv4_result = ISC_R_SUCCESS; static isc_result_t ipv6_result = ISC_R_SUCCESS;