Remove accidentally committed method Module.gccct_clear_table

This was probably meant to be only for debugging. It was introduced in
the big namespace on read commit: 382645d440
This commit is contained in:
Luke Gruber 2025-07-10 12:27:54 -04:00 committed by Satoshi Tagomori
parent 0e2bae82dc
commit a02dcbfd46

View file

@ -2886,7 +2886,6 @@ Init_vm_eval(void)
rb_define_method(rb_eUncaughtThrow, "value", uncaught_throw_value, 0);
rb_define_method(rb_eUncaughtThrow, "to_s", uncaught_throw_to_s, 0);
rb_define_singleton_method(rb_cModule, "gccct_clear_table", rb_gccct_clear_table, 0);
id_result = rb_intern_const("result");
id_tag = rb_intern_const("tag");
id_value = rb_intern_const("value");