summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compile.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/compile.c b/compile.c
index ba786bd595..0e10286a08 100644
--- a/compile.c
+++ b/compile.c
@@ -4123,10 +4123,6 @@ compile_hash(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE *node, int popp
node = node->nd_next->nd_next;
}
- OBJ_FREEZE(ary);
-
- iseq_add_mark_object_compile_time(iseq, ary);
-
if (first) {
first = 0;
VALUE hash;