Remove unused field SemanticContext.parent

This commit is contained in:
Sam Harwell 2014-01-23 06:33:19 -06:00
parent 416a92ef02
commit 970ad8c526
1 changed files with 0 additions and 2 deletions

View File

@ -59,8 +59,6 @@ public abstract class SemanticContext {
*/ */
public static final SemanticContext NONE = new Predicate(); public static final SemanticContext NONE = new Predicate();
public SemanticContext parent;
/** /**
* For context independent predicates, we evaluate them without a local * For context independent predicates, we evaluate them without a local
* context (i.e., null context). That way, we can evaluate them without * context (i.e., null context). That way, we can evaluate them without