Remove unused function

This commit is contained in:
Chris Smowton
2022-11-15 18:37:57 +00:00
parent 3dc9c2e57b
commit c4ded5b4a7

View File

@@ -4566,12 +4566,6 @@ open class KotlinFileExtractor(
private fun <T : DbExpr> exprIdOrFresh(id: Label<out DbExpr>?) = id?.cast<T>() ?: tw.getFreshIdLabel()
private fun toUnbound(t: IrType) =
when(t) {
is IrSimpleType -> t.classifier.typeWith()
else -> t
}
private fun extractClassReference(
e: IrClassReference,
parent: Label<out DbExprparent>,