diff --git a/inits.c b/inits.c index 3d61f40674..606138958b 100644 --- a/inits.c +++ b/inits.c @@ -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); diff --git a/vm_method.c b/vm_method.c index a65c676cfc..b081ddd1b9 100644 --- a/vm_method.c +++ b/vm_method.c @@ -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) {