Avoid calling ExternalDependenciesGenerator twice
This commit is contained in:
@@ -81,8 +81,6 @@ class Psi2IrTranslator(
|
|||||||
moduleGenerator.generateUnboundSymbolsAsDependencies(irProviders)
|
moduleGenerator.generateUnboundSymbolsAsDependencies(irProviders)
|
||||||
irModule.computeUniqIdForDeclarations(context.symbolTable)
|
irModule.computeUniqIdForDeclarations(context.symbolTable)
|
||||||
|
|
||||||
moduleGenerator.generateUnboundSymbolsAsDependencies(irProviders)
|
|
||||||
|
|
||||||
return irModule
|
return irModule
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user