diff options
author | Partouf <partouf@gmail.com> | 2018-01-28 00:46:44 +0100 |
---|---|---|
committer | Partouf <partouf@gmail.com> | 2018-01-28 00:46:44 +0100 |
commit | 457a6f53460b9a7e7d391117791b8f9f66f08715 (patch) | |
tree | 475b98255e42bd9ebcd4abaed894a256275fd71c /lib/compilers/swift.js | |
parent | 9a76e777a7476b3993f5de1bbfde508d9a245b84 (diff) | |
download | compiler-explorer-457a6f53460b9a7e7d391117791b8f9f66f08715.tar.gz compiler-explorer-457a6f53460b9a7e7d391117791b8f9f66f08715.zip |
compiler handler calls initialise()
Diffstat (limited to 'lib/compilers/swift.js')
-rw-r--r-- | lib/compilers/swift.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compilers/swift.js b/lib/compilers/swift.js index 8235bac57..890abaa96 100644 --- a/lib/compilers/swift.js +++ b/lib/compilers/swift.js @@ -28,7 +28,6 @@ const BaseCompiler = require('../base-compiler'), class SwiftCompiler extends BaseCompiler { constructor(info, env) { super(info, env); - this.initResult = this.initialise(); } handlePostProcessResult(result, postResult) { |