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/gcc.js | |
parent | 9a76e777a7476b3993f5de1bbfde508d9a245b84 (diff) | |
download | compiler-explorer-457a6f53460b9a7e7d391117791b8f9f66f08715.tar.gz compiler-explorer-457a6f53460b9a7e7d391117791b8f9f66f08715.zip |
compiler handler calls initialise()
Diffstat (limited to 'lib/compilers/gcc.js')
-rw-r--r-- | lib/compilers/gcc.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compilers/gcc.js b/lib/compilers/gcc.js index da3a2a7e0..752c8b79e 100644 --- a/lib/compilers/gcc.js +++ b/lib/compilers/gcc.js @@ -27,7 +27,6 @@ const BaseCompiler = require('../base-compiler'); class GCCCompiler extends BaseCompiler { constructor(info, env) { super(info, env); - this.initResult = this.initialise(); } } |