[Analysis API] drop obsolete code

This commit is contained in:
Dmitrii Gridin
2024-02-16 14:12:16 +01:00
committed by Space Team
parent 1c3633c9f2
commit 84f3cc9f9c
10 changed files with 1 additions and 52 deletions
@@ -1,12 +0,0 @@
/*
* Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
package org.jetbrains.kotlin.analysis.api.impl.barebone
import com.intellij.psi.PsiElement
import com.intellij.psi.util.PsiTreeUtil
import org.jetbrains.kotlin.psi.psiUtil.parents
import org.jetbrains.kotlin.psi.psiUtil.parentsWithSelf