get_tmopt is no longer used
This commit is contained in:
parent
77e7082e82
commit
18ea81fd2c
17
time.c
17
time.c
@ -2725,22 +2725,6 @@ rb_time_timespec_interval(VALUE num)
|
|||||||
return time_timespec(num, TRUE);
|
return time_timespec(num, TRUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
enum {
|
|
||||||
TMOPT_IN,
|
|
||||||
TMOPT_MAX_
|
|
||||||
};
|
|
||||||
|
|
||||||
static bool
|
|
||||||
get_tmopt(VALUE opts, VALUE vals[TMOPT_MAX_])
|
|
||||||
{
|
|
||||||
ID ids[TMOPT_MAX_];
|
|
||||||
|
|
||||||
if (NIL_P(opts)) return false;
|
|
||||||
CONST_ID(ids[TMOPT_IN], "in");
|
|
||||||
rb_get_kwargs(opts, ids, 0, TMOPT_MAX_, vals);
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
static VALUE
|
static VALUE
|
||||||
time_s_now(rb_execution_context_t *ec, VALUE klass, VALUE zone)
|
time_s_now(rb_execution_context_t *ec, VALUE klass, VALUE zone)
|
||||||
{
|
{
|
||||||
@ -5878,7 +5862,6 @@ Init_Time(void)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
rb_cTimeTM = Init_tm(rb_cTime, "tm");
|
rb_cTimeTM = Init_tm(rb_cTime, "tm");
|
||||||
if (0) get_tmopt(Qnil, NULL);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "timev.rbinc"
|
#include "timev.rbinc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user