[FIR2IR] Minor: remove unused function

This commit is contained in:
Dmitriy Novozhilov
2023-11-20 12:13:14 +02:00
committed by Space Team
parent 89b98ef784
commit 48141fbc2c
@@ -460,10 +460,6 @@ class Fir2IrDeclarationStorage(
}
}
private fun preparePropertySymbol(symbol: FirPropertySymbol): FirPropertySymbol {
return prepareProperty(symbol.fir).symbol
}
fun getOrCreateIrPropertyByPureField(
field: FirField,
irParent: IrDeclarationParent