From 48141fbc2cb8f808697ba7078bea7d6bb1b40271 Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Mon, 20 Nov 2023 12:13:14 +0200 Subject: [PATCH] [FIR2IR] Minor: remove unused function --- .../jetbrains/kotlin/fir/backend/Fir2IrDeclarationStorage.kt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compiler/fir/fir2ir/src/org/jetbrains/kotlin/fir/backend/Fir2IrDeclarationStorage.kt b/compiler/fir/fir2ir/src/org/jetbrains/kotlin/fir/backend/Fir2IrDeclarationStorage.kt index 38e26013109..b6661b8ed43 100644 --- a/compiler/fir/fir2ir/src/org/jetbrains/kotlin/fir/backend/Fir2IrDeclarationStorage.kt +++ b/compiler/fir/fir2ir/src/org/jetbrains/kotlin/fir/backend/Fir2IrDeclarationStorage.kt @@ -460,10 +460,6 @@ class Fir2IrDeclarationStorage( } } - private fun preparePropertySymbol(symbol: FirPropertySymbol): FirPropertySymbol { - return prepareProperty(symbol.fir).symbol - } - fun getOrCreateIrPropertyByPureField( field: FirField, irParent: IrDeclarationParent