warnless: delete orphan declarations

Follow-up to 358f7e7577 #11932
Closes #13639
This commit is contained in:
Viktor Szakats 2024-05-14 14:39:11 +02:00
parent 87b6fe1695
commit 0c890d93eb
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View 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