Fix compilation with Kotlin master

(cherry picked from commit b5ed03a7ef72fa41af8742b766f9f01680c426f5)
This commit is contained in:
Georgy Bronnikov
2021-02-17 15:05:16 +03:00
committed by Vasily Levchenko
parent e1a75f8203
commit 80e7e7010d
@@ -65,8 +65,6 @@ internal abstract class KonanBackendContext(val config: KonanConfig) : CommonBac
override val mapping: Mapping = DefaultMapping()
override val extractedLocalClasses: MutableSet<IrClass> = mutableSetOf()
override val irFactory: IrFactory = IrFactoryImpl
}