IR: make extractedLocalClasses a JS-only field

This commit is contained in:
Georgy Bronnikov
2021-02-01 13:48:56 +03:00
parent 445f6eac3d
commit 4c701cf44c
8 changed files with 45 additions and 27 deletions
@@ -42,7 +42,6 @@ class WasmBackendContext(
override val builtIns = module.builtIns
override var inVerbosePhase: Boolean = false
override val scriptMode = false
override val extractedLocalClasses: MutableSet<IrClass> = hashSetOf()
override val irFactory: IrFactory = IrFactoryImpl
// Place to store declarations excluded from code generation