summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-04-06 17:06:45 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-04-06 17:06:45 +0200
commit38fa610576f1e33a7ec9a4354abd11f44e2223f2 (patch)
tree9ec23114cb2522fdc46cf8e22d7b8c11fb5189da
parentfcf955aca51dfe7dbc7a5210c59d5ccb85746574 (diff)
downloadcurl-38fa610576f1e33a7ec9a4354abd11f44e2223f2.tar.gz
warnless: remove code block for icc that didn't work
Reported-by: Alain Miniussi Fixes #5096
-rw-r--r--lib/warnless.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/warnless.h b/lib/warnless.h
index ea4c4395d..f066d971c 100644
--- a/lib/warnless.h
+++ b/lib/warnless.h
@@ -94,19 +94,6 @@ unsigned short curlx_htons(unsigned short usnum);
unsigned short curlx_ntohs(unsigned short usnum);
-#ifndef BUILDING_WARNLESS_C
-# undef FD_ISSET
-# define FD_ISSET(a,b) curlx_FD_ISSET((a),(b))
-# undef FD_SET
-# define FD_SET(a,b) curlx_FD_SET((a),(b))
-# undef FD_ZERO
-# define FD_ZERO(a) curlx_FD_ZERO((a))
-# undef htons
-# define htons(a) curlx_htons((a))
-# undef ntohs
-# define ntohs(a) curlx_ntohs((a))
-#endif
-
#endif /* __INTEL_COMPILER && __unix__ */
#endif /* HEADER_CURL_WARNLESS_H */