Skip to content

Commit 4d40f1b

Browse files
committed
Merge branch 'mr/pmderodat/master' into 'master'
lkql_jit: remove useless call to `setConfigPragmasMapping` See merge request eng/libadalang/langkit-query-language!589
2 parents d39f6df + b88b9cb commit 4d40f1b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lkql_jit/language/src/main/java/com/adacore/lkql_jit/LKQLContext.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -544,10 +544,6 @@ public void initSources() {
544544
true,
545545
8
546546
);
547-
548-
// In the absence of a project file, we consider for now that there are no configuration
549-
// pragmas.
550-
this.analysisContext.setConfigPragmasMapping(null, null);
551547
}
552548
}
553549
}

0 commit comments

Comments
 (0)