[FIR2IR] Remove unused method from Fir2IrImplicitCastInserter
This commit is contained in:
committed by
Space Team
parent
b5793222d8
commit
3d66511ca7
@@ -31,10 +31,6 @@ class Fir2IrImplicitCastInserter(
|
||||
private val components: Fir2IrComponents
|
||||
) : Fir2IrComponents by components, FirDefaultVisitor<IrElement, IrElement>() {
|
||||
|
||||
private fun FirTypeRef.toIrType(typeOrigin: ConversionTypeOrigin): IrType = with(typeConverter) {
|
||||
toIrType(typeOrigin)
|
||||
}
|
||||
|
||||
private fun ConeKotlinType.toIrType(typeOrigin: ConversionTypeOrigin): IrType = with(typeConverter) {
|
||||
toIrType(typeOrigin)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user