[analysis] remove redundant diagnostic suppression

This commit is contained in:
Dmitry Gridin
2022-08-12 21:12:35 +02:00
parent 6a83bcf349
commit 8dbdea39da
9 changed files with 7 additions and 19 deletions
@@ -152,7 +152,6 @@ abstract class KtLightMethodImpl protected constructor(
override fun getBody() = null
@Suppress("DEPRECATION")
abstract override fun findDeepestSuperMethod(): PsiMethod?
abstract override fun findDeepestSuperMethods(): Array<out PsiMethod>