From: Denis Ovsienko Date: Fri, 25 Apr 2025 18:05:08 +0000 (+0100) Subject: Lose the unused NTOHS macro. X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/f20afb023dc44ca584b7314211de1d28fe6a2b67 Lose the unused NTOHS macro. --- diff --git a/nametoaddr.c b/nametoaddr.c index 509c5468..7b33290b 100644 --- a/nametoaddr.c +++ b/nametoaddr.c @@ -127,7 +127,6 @@ #ifndef NTOHL #define NTOHL(x) (x) = ntohl(x) -#define NTOHS(x) (x) = ntohs(x) #endif /*