Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/java/org/jruby/ir/targets/JVMVisitor.java
Original file line number Diff line number Diff line change
@@ -2121,7 +2121,6 @@ public void Self(Self self) {

@Override
public void Splat(Splat splat) {
jvmMethod().loadContext();
visit(splat.getArray());
// Splat is now only used in call arg lists where it is guaranteed that
// the splat-arg is an array.

0 comments on commit d211f19

Please sign in to comment.