From c4efbf663ea1849986383ca97bfc8c2609142c68 Mon Sep 17 00:00:00 2001 From: Masaki Matsushita Date: Mon, 9 Sep 2019 20:30:45 +0900 Subject: Revert "Support timeout for Addrinfo" This reverts commit 6382f5cc91ac9e36776bc854632d9a1237250da7. test failed on Solaris. --- time.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'time.c') diff --git a/time.c b/time.c index 18bed6d68a..1e760f6ca5 100644 --- a/time.c +++ b/time.c @@ -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_ -- cgit v1.2.3