Skip to content

Commit

Permalink
Remove test code. ISE generation should not impact write barrier
Browse files Browse the repository at this point in the history
orz!

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
tenderlove committed Jul 9, 2018
1 parent b46ef9d commit 162cbfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compile.c
Expand Up @@ -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;
}
Expand Down

0 comments on commit 162cbfe

Please sign in to comment.