Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/src/main/java/org/jruby/runtime/Block.java
Original file line number Diff line number Diff line change
@@ -78,10 +78,6 @@ public enum Type {

/** What block to use for determining escape; defaults to this */
private Block escapeBlock = this;

private EvalType evalType;

private boolean hasExplicitCallProtocol = false;

/**
* All Block variables should either refer to a real block or this NULL_BLOCK.

0 comments on commit a195645

Please sign in to comment.