summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debug.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/debug.h b/debug.h
index 44c8d6471..19376c043 100644
--- a/debug.h
+++ b/debug.h
@@ -6,13 +6,6 @@
#include <assert.h>
-#ifdef __LCLINT__
-#define ntohl(_x) (_x)
-#define ntohs(_x) (_x)
-#define htonl(_x) (_x)
-#define htons(_x) (_x)
-#endif
-
#ifdef DMALLOC
#include <dmalloc.h>
#endif