summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'time.c')
-rw-r--r--time.c6
1 files changed, 0 insertions, 6 deletions
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_