mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
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: 382645d440d
This commit is contained in:
parent
0e2bae82dc
commit
a02dcbfd46
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user