mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/socket/init.c (wait_connectable0): remove unreachable code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6156cc47f6
commit
7d1e856766
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Mar 13 23:03:40 2009 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* ext/socket/init.c (wait_connectable0): remove unreachable code.
|
||||
|
||||
Fri Mar 13 23:00:02 2009 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* configure.in (RUBY_CHECK_SIZEOF): pass [include] to AC_CHECK_SIZEOF.
|
||||
|
|
|
@ -271,8 +271,6 @@ wait_connectable0(int fd, rb_fdset_t *fds_w, rb_fdset_t *fds_e)
|
|||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
struct wait_connectable_arg {
|
||||
|
|
Loading…
Reference in a new issue