diff options
author | Masaki Matsushita <[email protected]> | 2019-09-09 20:30:45 +0900 |
---|---|---|
committer | Masaki Matsushita <[email protected]> | 2019-09-09 20:34:51 +0900 |
commit | c4efbf663ea1849986383ca97bfc8c2609142c68 (patch) | |
tree | 3268be1a8d7369a30c159194ac917c2d76e527f9 /time.c | |
parent | cce6cfbe486984c2c41d6b772a692ea87ad0222a (diff) |
Revert "Support timeout for Addrinfo"
This reverts commit 6382f5cc91ac9e36776bc854632d9a1237250da7.
test failed on Solaris.
Diffstat (limited to 'time.c')
-rw-r--r-- | time.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -2698,12 +2698,6 @@ rb_time_timespec(VALUE time) return time_timespec(time, FALSE); } -struct timespec -rb_time_timespec_interval(VALUE num) -{ - return time_timespec(num, TRUE); -} - enum { TMOPT_IN, TMOPT_MAX_ |