Skip to content

Commit d211f19

Browse files
committed
Fix #2409: Unbreak JIT
* It was just a stray context load that I forgot to remove.
1 parent 29371d9 commit d211f19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/java/org/jruby/ir/targets/JVMVisitor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2121,7 +2121,6 @@ public void Self(Self self) {
21212121

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

0 commit comments

Comments
 (0)