summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-22 07:13:40 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-22 07:13:40 +0000
commit6e4d210f409f8922a1064998bb7e8e28c9b7607d (patch)
treecfed2fba136cccd8cf599de53a3b34f0972d909b /win32
parent095868b1c87f6037bc1ced0e39e764013ec95dfe (diff)
downloadruby-6e4d210f409f8922a1064998bb7e8e28c9b7607d.tar.gz
ruby-6e4d210f409f8922a1064998bb7e8e28c9b7607d.tar.xz
ruby-6e4d210f409f8922a1064998bb7e8e28c9b7607d.zip
* revert previous revision. it's already out-of-date.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21735 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/win32.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/win32/win32.c b/win32/win32.c
index ba8a96e82..b948fe0d7 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -1836,15 +1836,6 @@ rb_w32_open_osfhandle(intptr_t osfhandle, int flags)
}
#endif
-int
-rb_w32_is_valid_fd(int fd)
-{
- if (_get_osfhandle(fd) == -1)
- return -1;
- else
- return 0;
-}
-
#undef getsockopt
static int