summaryrefslogtreecommitdiff
path: root/test/pummel/test-http-client-reconnect-bug.js
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2015-12-29 18:56:29 -0800
committerRich Trott <rtrott@gmail.com>2016-01-01 16:37:02 -0800
commit6abd8b587e978d03705d97f85d809f677cf97532 (patch)
tree4d2eec0c62895f74ad4e1b0b663cd7362e2b7345 /test/pummel/test-http-client-reconnect-bug.js
parentb16a50d32d750cf8b9f4bed7d90b38d87d76c34a (diff)
downloadnode-new-6abd8b587e978d03705d97f85d809f677cf97532.tar.gz
test: remove unused modules
Many tests use require() to import modules that subsequently never gets used. This removes those imports and, in a few cases, removes other unused variables from tests. PR-URL: https://github.com/nodejs/node/pull/4475 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Diffstat (limited to 'test/pummel/test-http-client-reconnect-bug.js')
-rw-r--r--test/pummel/test-http-client-reconnect-bug.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/pummel/test-http-client-reconnect-bug.js b/test/pummel/test-http-client-reconnect-bug.js
index bd852e45f1..12a6fecc70 100644
--- a/test/pummel/test-http-client-reconnect-bug.js
+++ b/test/pummel/test-http-client-reconnect-bug.js
@@ -3,7 +3,6 @@ var common = require('../common');
var assert = require('assert');
var net = require('net'),
- util = require('util'),
http = require('http');
var errorCount = 0;