aboutsummaryrefslogtreecommitdiffstats
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/vm.c b/vm.c
index 7b3447f9c4..cef29978a2 100644
--- a/vm.c
+++ b/vm.c
@@ -1612,9 +1612,6 @@ rb_vm_mark(void *ptr)
if (vm->loading_table) {
rb_mark_tbl(vm->loading_table);
}
- if (vm->loaded_features_index) {
- rb_mark_tbl(vm->loaded_features_index);
- }
rb_vm_trace_mark_event_hooks(&vm->event_hooks);