Remove dead function Init_Method

Init_Method no longer has any code, so we can remove it.
This commit is contained in:
Peter Zhu 2023-09-19 14:24:06 -04:00
parent 3fadb66bf1
commit 901d0b4125
2 changed files with 0 additions and 7 deletions

View File

@ -23,7 +23,6 @@ rb_call_inits(void)
CALL(default_shapes);
CALL(Thread_Mutex);
CALL(vm_postponed_job);
CALL(Method);
CALL(RandomSeedCore);
CALL(encodings);
CALL(sym);

View File

@ -2887,12 +2887,6 @@ obj_respond_to_missing(VALUE obj, VALUE mid, VALUE priv)
return Qfalse;
}
void
Init_Method(void)
{
//
}
void
Init_eval_method(void)
{