summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gc.c b/gc.c
index 13086a8745..feac07279a 100644
--- a/gc.c
+++ b/gc.c
@@ -4850,9 +4850,6 @@ gc_mark_roots(rb_objspace_t *objspace, const char **categoryp)
MARK_CHECKPOINT("machine_context");
mark_current_machine_context(objspace, ec);
- MARK_CHECKPOINT("encodings");
- rb_gc_mark_encodings();
-
/* mark protected global variables */
MARK_CHECKPOINT("global_list");
for (list = global_list; list; list = list->next) {