From 1eb9bf2592211812bf76f6a0a7a3a011f7d86271 Mon Sep 17 00:00:00 2001 From: Zalim Bashorov Date: Tue, 3 Nov 2015 15:03:41 +0300 Subject: [PATCH] Minor: remove accidentally forgotten Deprecated annotation --- .../jetbrains/kotlin/incremental/components/LookupLocation.kt | 1 - 1 file changed, 1 deletion(-) 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,