Removed unused enum.
This commit is contained in:
-5
@@ -61,9 +61,4 @@ public class PropertyOfProgressionOrRange implements IntrinsicMethod {
|
|||||||
StackValue.coerce(wrapperClass.getAsmType(), expectedType, v);
|
StackValue.coerce(wrapperClass.getAsmType(), expectedType, v);
|
||||||
return StackValue.onStack(expectedType);
|
return StackValue.onStack(expectedType);
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum OwnerKind {
|
|
||||||
SEQUENCE,
|
|
||||||
RANGE
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user