Skip to content

Commit

Permalink
warnless: delete orphan declarations
Browse files Browse the repository at this point in the history
Follow-up to 358f7e7 #11932
Closes #13639
  • Loading branch information
vszakats committed May 14, 2024
1 parent 87b6fe1 commit 0c890d9
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions lib/warnless.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c890d9

Please sign in to comment.