No effective change - remove unused

This commit is contained in:
Robin Bygrave
2015-08-02 09:33:46 +12:00
parent b255102780
commit 58a110e109
@@ -254,13 +254,6 @@ public class InheritInfo {
return parent;
}
/**
* Return true if this is abstract node.
*/
public boolean isAbstract() {
return (discriminatorValue == null);
}
/**
* Return true if this is the root node.
*/