Removed unused enum.

This commit is contained in:
Evgeny Gerashchenko
2013-02-11 17:50:33 +04:00
parent 80b21524f4
commit db6fb43d22
@@ -61,9 +61,4 @@ public class PropertyOfProgressionOrRange implements IntrinsicMethod {
StackValue.coerce(wrapperClass.getAsmType(), expectedType, v);
return StackValue.onStack(expectedType);
}
public enum OwnerKind {
SEQUENCE,
RANGE
}
}