mirror of
https://github.com/curl/curl.git
synced 2025-02-23 15:10:03 +08:00
warnless: delete orphan declarations
Follow-up to 358f7e7577
#11932
Closes #13639
This commit is contained in:
parent
87b6fe1695
commit
0c890d93eb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user