summaryrefslogtreecommitdiff
path: root/ext/socket/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/socket/socket.c')
-rw-r--r--ext/socket/socket.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/socket/socket.c b/ext/socket/socket.c
index d235da1b83..bd9bae8921 100644
--- a/ext/socket/socket.c
+++ b/ext/socket/socket.c
@@ -408,11 +408,7 @@ thread_connect(fd, sockaddr, len, type)
#endif
FD_ZERO(&fds);
FD_SET(fd, &fds);
-#ifndef USE_CWGUSI
- thread_select(fd+1, 0, &fds, 0, 0, 0);
-#else
thread_select(fd+1, 0, &fds, 0, 0);
-#endif
continue;
#endif