test: remove unused vars from parallel tests

Remove all remaining unused variables from tests in test/parallel.

PR-URL: https://github.com/nodejs/node/pull/4511
Reviewed-By: James M Snell<jasnell@gmail.com>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
This commit is contained in:
Rich Trott 2016-01-01 17:37:10 -08:00
parent 063c9f6886
commit c14726cefc
38 changed files with 14 additions and 76 deletions

View file

@ -16,7 +16,7 @@ common.ArrayStream.prototype.write = function(output) {
};
const putIn = new common.ArrayStream();
const testMe = repl.start('', putIn);
repl.start('', putIn);
let file = path.resolve(__dirname, '../fixtures/syntax/bad_syntax');
if (common.isWindows)