diff options
Diffstat (limited to 'lib/compilers/WSL-CL.js')
-rw-r--r-- | lib/compilers/WSL-CL.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/compilers/WSL-CL.js b/lib/compilers/WSL-CL.js index e0272be87..1a3e37ec1 100644 --- a/lib/compilers/WSL-CL.js +++ b/lib/compilers/WSL-CL.js @@ -68,11 +68,7 @@ function compileCl(info, env) { return false; }; - compile.getArgumentParser = function () { - return function (compiler) { - return compiler; - } - }; + compile.getArgumentParser = () => (compiler) => compiler; compile.postProcessAsm = function(result) { return RunCLDemangler(this, result); |