]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
warnless: delete orphan declarations
authorViktor Szakats <commit@vsz.me>
Tue, 14 May 2024 12:39:11 +0000 (14:39 +0200)
committerViktor Szakats <commit@vsz.me>
Tue, 14 May 2024 14:37:11 +0000 (16:37 +0200)
Follow-up to 358f7e757781857c4b498a68634726609fa3884a #11932
Closes #13639

lib/warnless.h

index e5a02c8d94cd847c31a64b886a0f9faf1f61bfae..6adf63a793efd10ac33626323a7edd3affae30b7 100644 (file)
@@ -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