aboutsummaryrefslogtreecommitdiff
path: root/lib/base-compiler.js
diff options
context:
space:
mode:
authorMatt Godbolt <matt@godbolt.org>2022-01-24 20:58:26 -0600
committerMatt Godbolt <matt@godbolt.org>2022-01-24 20:58:26 -0600
commit2c4417bca810b652e543e0e12c7af0bb1eb5274c (patch)
tree6ba10ed54a795f4c1307fd696aaea632952be6c8 /lib/base-compiler.js
parent1c5277b5e22caa885c917c67a4f5754f73f9c213 (diff)
parentfc23b620b4da41c565f4e99633cfc1de9df8a656 (diff)
downloadcompiler-explorer-gh-1692.tar.gz
compiler-explorer-gh-1692.zip
Merge remote-tracking branch 'origin/main' into sg/refactor/asm-docs-to-typescriptgh-1692
Diffstat (limited to 'lib/base-compiler.js')
-rw-r--r--lib/base-compiler.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/base-compiler.js b/lib/base-compiler.js
index f38a73d5a..febdab7a0 100644
--- a/lib/base-compiler.js
+++ b/lib/base-compiler.js
@@ -952,8 +952,6 @@ export class BaseCompiler {
if (this.buildenvsetup) {
const libraryDetails = await this.getRequiredLibraryVersions(key.libraries);
return this.buildenvsetup.setup(key, dirPath, libraryDetails);
- } else {
- return Promise.resolve();
}
}