From 162cbfe631fe02f8937414d3b7f9b414463fff8c Mon Sep 17 00:00:00 2001 From: tenderlove Date: Mon, 9 Jul 2018 19:20:27 +0000 Subject: Remove test code. ISE generation should not impact write barrier orz! git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- compile.c | 1 - 1 file changed, 1 deletion(-) (limited to 'compile.c') diff --git a/compile.c b/compile.c index d9d072b3a2..8f69a00e80 100644 --- a/compile.c +++ b/compile.c @@ -2159,7 +2159,6 @@ iseq_set_sequence(rb_iseq_t *iseq, LINK_ANCHOR *const anchor) rb_bug("iseq_set_sequence: ic_index overflow: index: %d, size: %d", ic_index, body->is_size); } generated_iseq[code_index + 1 + j] = (VALUE)ic; - RB_OBJ_WRITTEN(iseq, Qundef, ic); FL_SET(iseq, ISEQ_MARKABLE_ISEQ); break; } -- cgit v1.2.3