[JS IR] Remove usage of LazyIr from JS

This commit is contained in:
Roman Artemev
2020-04-20 14:36:52 +03:00
committed by romanart
parent 3d24665c0d
commit aac4649845
@@ -74,8 +74,6 @@ fun compile(
moduleFragment.files.clear()
moduleFragment.files += irFiles
symbolTable.lazyWrapper.stubGenerator = DeclarationStubGenerator(moduleDescriptor, symbolTable, irBuiltIns.languageVersionSettings)
moveBodilessDeclarationsToSeparatePlace(context, moduleFragment)
if (dceDriven) {