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/runtime/Block.java
Original file line number Diff line number Diff line change
@@ -95,7 +95,6 @@ public Block(BlockBody body) {
}

public void setEvalType(EvalType evalType) {
this.evalType = evalType;
body.setEvalType(evalType);
}

0 comments on commit 9f46b76

Please sign in to comment.