Skip to content

Commit

Permalink
undo a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
kustosz committed Jan 30, 2021
1 parent a8e02b0 commit 7b10b54
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,6 @@ public String getPath() {
* @return the scope defined by this module
*/
public ModuleScope compileScope(Context context) {
if (this == context.getBuiltins().getModule()) {
context.getCompiler().initializeBuiltinsIr();
return scope;
}
ensureScopeExists();
if (!compilationStage.isAtLeast(CompilationStage.AFTER_CODEGEN)) {
try {
Expand Down

0 comments on commit 7b10b54

Please sign in to comment.