Skip to content

Commit c4ded5b

Browse files
committed
Remove unused function
1 parent 3dc9c2e commit c4ded5b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4566,12 +4566,6 @@ open class KotlinFileExtractor(
45664566

45674567
private fun <T : DbExpr> exprIdOrFresh(id: Label<out DbExpr>?) = id?.cast<T>() ?: tw.getFreshIdLabel()
45684568

4569-
private fun toUnbound(t: IrType) =
4570-
when(t) {
4571-
is IrSimpleType -> t.classifier.typeWith()
4572-
else -> t
4573-
}
4574-
45754569
private fun extractClassReference(
45764570
e: IrClassReference,
45774571
parent: Label<out DbExprparent>,

0 commit comments

Comments
 (0)