From c14726cefc9cb5bcb874900083ea7d022cee92fe Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 1 Jan 2016 17:37:10 -0800 Subject: test: remove unused vars from parallel tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove all remaining unused variables from tests in test/parallel. PR-URL: https://github.com/nodejs/node/pull/4511 Reviewed-By: James M Snell Reviewed-By: Johan Bergström --- test/parallel/test-stream2-objects.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/parallel/test-stream2-objects.js') diff --git a/test/parallel/test-stream2-objects.js b/test/parallel/test-stream2-objects.js index e79b8f9524..e67359eff2 100644 --- a/test/parallel/test-stream2-objects.js +++ b/test/parallel/test-stream2-objects.js @@ -167,8 +167,6 @@ test('read(0) for object streams', function(t) { r.push('foobar'); r.push(null); - var v = r.read(0); - r.pipe(toArray(function(array) { assert.deepEqual(array, ['foobar']); -- cgit v1.2.3