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.
This commit is contained in:
Ondřej Surý 2024-08-20 12:15:05 +02:00
parent 95a7419c2a
commit c18bb5f1f2
No known key found for this signature in database
GPG key ID: 2820F37E873DEA41

View file

@ -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;