From: Viktor Szakats Date: Tue, 14 May 2024 12:39:11 +0000 (+0200) Subject: warnless: delete orphan declarations X-Git-Tag: curl-8_8_0~59 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c890d93eb097c98feb8e1bac29a00b29516fde7;p=thirdparty%2Fcurl.git warnless: delete orphan declarations Follow-up to 358f7e757781857c4b498a68634726609fa3884a #11932 Closes #13639 --- diff --git a/lib/warnless.h b/lib/warnless.h index e5a02c8d94..6adf63a793 100644 --- a/lib/warnless.h +++ b/lib/warnless.h @@ -77,20 +77,6 @@ ssize_t curlx_write(int fd, const void *buf, size_t count); #endif /* _WIN32 */ -#if defined(__INTEL_COMPILER) && defined(__unix__) - -int curlx_FD_ISSET(int fd, fd_set *fdset); - -void curlx_FD_SET(int fd, fd_set *fdset); - -void curlx_FD_ZERO(fd_set *fdset); - -unsigned short curlx_htons(unsigned short usnum); - -unsigned short curlx_ntohs(unsigned short usnum); - -#endif /* __INTEL_COMPILER && __unix__ */ - #endif /* HEADER_CURL_WARNLESS_H */ #ifndef HEADER_CURL_WARNLESS_H_REDEFS