summaryrefslogtreecommitdiff
path: root/test/parallel/test-timers-socket-timeout-removes-other-socket-unref-timer.js
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2015-12-26 22:45:46 -0800
committerJames M Snell <jasnell@gmail.com>2015-12-30 11:45:34 -0800
commita030c5cf49c143545258b9f2d67e566cb2bfcdfd (patch)
treec21849bc4247fa0859fc75b85d16b3f0fbc52555 /test/parallel/test-timers-socket-timeout-removes-other-socket-unref-timer.js
parent1a004f11874d3e3100a5bedfa1a1ec7c43e1e641 (diff)
downloadandroid-node-v8-a030c5cf49c143545258b9f2d67e566cb2bfcdfd.tar.gz
android-node-v8-a030c5cf49c143545258b9f2d67e566cb2bfcdfd.tar.bz2
android-node-v8-a030c5cf49c143545258b9f2d67e566cb2bfcdfd.zip
test: remove unused assert module imports
Many test modules load assert but do not use it. This change removes those instances. It also removes a handful of other unused variables when they were nearby. PR-URL: https://github.com/nodejs/node/pull/4438 Reviewed-By: Michaƫl Zasso <mic.besace@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'test/parallel/test-timers-socket-timeout-removes-other-socket-unref-timer.js')
-rw-r--r--test/parallel/test-timers-socket-timeout-removes-other-socket-unref-timer.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/parallel/test-timers-socket-timeout-removes-other-socket-unref-timer.js b/test/parallel/test-timers-socket-timeout-removes-other-socket-unref-timer.js
index 081688cfa5..c9ca3eafd6 100644
--- a/test/parallel/test-timers-socket-timeout-removes-other-socket-unref-timer.js
+++ b/test/parallel/test-timers-socket-timeout-removes-other-socket-unref-timer.js
@@ -5,7 +5,6 @@
*/
const common = require('../common');
-const assert = require('assert');
const net = require('net');
const clients = [];