From f5da3b6746dba18ab86d11aa49caf97b37ecc6ac Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 3 Sep 1998 07:43:53 +0000 Subject: 1.1c4 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/socket/socket.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext') 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 -- cgit v1.2.3