Skip to content

Commit 406a12e

Browse files
authored
Remove unused function DeclarationStack.findFirst
1 parent dd86f7a commit 406a12e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

java/kotlin-extractor/src/main/kotlin/KotlinFileExtractor.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5794,9 +5794,6 @@ open class KotlinFileExtractor(
57945794

57955795
fun findOverriddenAttributes(f: IrFunction) =
57965796
stack.lastOrNull { it.first == f } ?.second
5797-
5798-
fun findFirst(f: (Pair<IrDeclaration, OverriddenFunctionAttributes?>) -> Boolean) =
5799-
stack.findLast(f)
58005797
}
58015798

58025799
data class OverriddenFunctionAttributes(

0 commit comments

Comments
 (0)