]> The Tcpdump Group git mirrors - tcpdump/blobdiff - netdissect-stdinc.h
Remove no more used ND_TTEST() macro
[tcpdump] / netdissect-stdinc.h
index c6e1c2c8df94e153a3524ee409da13b95e4d08ab..c7c53db400286d48fee6544fe77f5d3594c0742c 100644 (file)
@@ -477,13 +477,6 @@ struct in6_addr {
  */
 #include "funcattrs.h"
 
-#ifndef min
-#define min(a,b) ((a)>(b)?(b):(a))
-#endif
-#ifndef max
-#define max(a,b) ((b)>(a)?(b):(a))
-#endif
-
 #ifdef __ATTRIBUTE___FALLTHROUGH_OK
 #  define ND_FALL_THROUGH __attribute__ ((fallthrough))
 #else