Remove unused field SemanticContext.parent
This commit is contained in:
parent
416a92ef02
commit
970ad8c526
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue