From d085bac7084cf7e18a03e9f9fea47bae01223e82 Mon Sep 17 00:00:00 2001 From: Matt Godbolt Date: Fri, 22 Dec 2017 08:01:33 -0600 Subject: Remove explicit langid, as it's part of the compiler config already --- lib/compilers/golang.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/compilers/golang.js') diff --git a/lib/compilers/golang.js b/lib/compilers/golang.js index df63bc8bf..c94b1147b 100644 --- a/lib/compilers/golang.js +++ b/lib/compilers/golang.js @@ -25,8 +25,8 @@ const Compile = require('../base-compiler'), _ = require('underscore-node'); -function compilenewgol(info, env, langId) { - const compiler = new Compile(info, env, langId); +function compilenewgol(info, env) { + const compiler = new Compile(info, env); compiler.originalGetDefaultExecOptions = compiler.getDefaultExecOptions; function convertNewGoL(code) { -- cgit v1.2.3