[JS IR BE] Drop implicit declaration file

This commit is contained in:
Roman Artemev
2020-11-18 20:39:06 +03:00
parent 67604551c5
commit 51cff97b78
@@ -76,9 +76,6 @@ class JsIrBackendContext(
val declarationLevelJsModules = mutableListOf<IrDeclarationWithName>()
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 {