diff --git a/compiler/backend/src/org/jetbrains/jet/codegen/intrinsics/PropertyOfProgressionOrRange.java b/compiler/backend/src/org/jetbrains/jet/codegen/intrinsics/PropertyOfProgressionOrRange.java index 0567d02b5d7..b6a6519582f 100644 --- a/compiler/backend/src/org/jetbrains/jet/codegen/intrinsics/PropertyOfProgressionOrRange.java +++ b/compiler/backend/src/org/jetbrains/jet/codegen/intrinsics/PropertyOfProgressionOrRange.java @@ -61,9 +61,4 @@ public class PropertyOfProgressionOrRange implements IntrinsicMethod { StackValue.coerce(wrapperClass.getAsmType(), expectedType, v); return StackValue.onStack(expectedType); } - - public enum OwnerKind { - SEQUENCE, - RANGE - } }