aboutsummaryrefslogtreecommitdiffstats
path: root/compile.c
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-09 19:20:27 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-09 19:20:27 +0000
commit02ac24f2932fcf5e8c958006179920f6c74fcd5c (patch)
treef663616d797c4f25398d204657f04f62c83b8347 /compile.c
parentb56b0b2c8216fa5f79b6fec81ab7407c13913989 (diff)
downloadruby-02ac24f2932fcf5e8c958006179920f6c74fcd5c.tar.gz
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
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c1
1 files changed, 0 insertions, 1 deletions
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;
}