summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-09-03 07:43:53 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-09-03 07:43:53 +0000
commitf5da3b6746dba18ab86d11aa49caf97b37ecc6ac (patch)
tree1c472d11ebd04c612140d228a7a5414d3a08e615 /ext
parent264c52f2e6abc33f09e6a891f67bdf7bddbae406 (diff)
1.1c4
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-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