system/fd_util: remove unused function close_socket()

This commit is contained in:
Max Kellermann
2017-08-10 19:47:57 +02:00
parent 9ff4717738
commit 5a495cc165
2 changed files with 4 additions and 16 deletions

View File

@@ -64,12 +64,6 @@ fd_set_cloexec(int fd, bool enable);
int
pipe_cloexec_nonblock(int fd[2]);
/**
* Portable wrapper for close(); use closesocket() on WIN32/WinSock.
*/
int
close_socket(int fd);
#ifdef __cplusplus
} /* extern "C" */
#endif