[JS IR] remove unused property
This commit is contained in:
committed by
TeamCityServer
parent
0b0ed5241c
commit
ee8351b9c9
@@ -96,8 +96,6 @@ class JsIrBackendContext(
|
|||||||
val packageLevelJsModules = mutableSetOf<IrFile>()
|
val packageLevelJsModules = mutableSetOf<IrFile>()
|
||||||
val declarationLevelJsModules = mutableListOf<IrDeclarationWithName>()
|
val declarationLevelJsModules = mutableListOf<IrDeclarationWithName>()
|
||||||
|
|
||||||
private val internalPackageFragmentDescriptor = EmptyPackageFragmentDescriptor(builtIns.builtInsModule, FqName("kotlin.js.internal"))
|
|
||||||
|
|
||||||
val testFunsPerFile = mutableMapOf<IrFile, IrSimpleFunction>()
|
val testFunsPerFile = mutableMapOf<IrFile, IrSimpleFunction>()
|
||||||
|
|
||||||
override fun createTestContainerFun(irFile: IrFile): IrSimpleFunction {
|
override fun createTestContainerFun(irFile: IrFile): IrSimpleFunction {
|
||||||
|
|||||||
Reference in New Issue
Block a user