diff --git a/core/descriptors/src/org/jetbrains/kotlin/incremental/components/LookupLocation.kt b/core/descriptors/src/org/jetbrains/kotlin/incremental/components/LookupLocation.kt index e2b95d8f98e..fbf206c2743 100644 --- a/core/descriptors/src/org/jetbrains/kotlin/incremental/components/LookupLocation.kt +++ b/core/descriptors/src/org/jetbrains/kotlin/incremental/components/LookupLocation.kt @@ -30,7 +30,6 @@ interface LocationInfo { } public enum class NoLookupLocation : LookupLocation { - @Deprecated("Use more suitable constant if possible") FROM_IDE, FROM_BACKEND, FROM_TEST,