From 4220d25626b4ebc28c3c397289f63df3defc5a5f Mon Sep 17 00:00:00 2001 From: Jeremiah Senkpiel Date: Wed, 6 Jan 2016 15:26:13 -0500 Subject: [PATCH] test: fix linting for the v5.x branch PR-URL: https://github.com/nodejs/node/pull/4547 Reviewed-By: Myles Borins --- test/sequential/test-pump-file2tcp.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/sequential/test-pump-file2tcp.js b/test/sequential/test-pump-file2tcp.js index f5949085e0aec3..f99ae1c5d79ea6 100644 --- a/test/sequential/test-pump-file2tcp.js +++ b/test/sequential/test-pump-file2tcp.js @@ -28,7 +28,6 @@ server.listen(common.PORT, function() { }); var buffer = ''; -var count = 0; server.on('listening', function() { });