Skip to content

Commit a02dcbf

Browse files
luke-grubertagomoris
authored andcommitted
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: 382645d
1 parent 0e2bae8 commit a02dcbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vm_eval.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2886,7 +2886,6 @@ Init_vm_eval(void)
28862886
rb_define_method(rb_eUncaughtThrow, "value", uncaught_throw_value, 0);
28872887
rb_define_method(rb_eUncaughtThrow, "to_s", uncaught_throw_to_s, 0);
28882888

2889-
rb_define_singleton_method(rb_cModule, "gccct_clear_table", rb_gccct_clear_table, 0);
28902889
id_result = rb_intern_const("result");
28912890
id_tag = rb_intern_const("tag");
28922891
id_value = rb_intern_const("value");

0 commit comments

Comments
 (0)