diff --git a/compiler/ir/backend.js/src/org/jetbrains/kotlin/ir/backend/js/JsIrBackendContext.kt b/compiler/ir/backend.js/src/org/jetbrains/kotlin/ir/backend/js/JsIrBackendContext.kt index c91e5eaa544..1a69d6935fd 100644 --- a/compiler/ir/backend.js/src/org/jetbrains/kotlin/ir/backend/js/JsIrBackendContext.kt +++ b/compiler/ir/backend.js/src/org/jetbrains/kotlin/ir/backend/js/JsIrBackendContext.kt @@ -76,9 +76,6 @@ class JsIrBackendContext( val declarationLevelJsModules = mutableListOf() private val internalPackageFragmentDescriptor = EmptyPackageFragmentDescriptor(builtIns.builtInsModule, FqName("kotlin.js.internal")) - val implicitDeclarationFile = run { - syntheticFile("implicitDeclarations", irModuleFragment) - } private fun syntheticFile(name: String, module: IrModuleFragment): IrFile { return IrFileImpl(object : SourceManager.FileEntry {