summaryrefslogtreecommitdiff
path: root/test/parallel/test-tls-handshake-error.js
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2015-12-25 20:31:50 -0800
committerRich Trott <rtrott@gmail.com>2015-12-28 20:01:47 -0800
commit3d2356762296ee6bf8fc98a7d8e4d07cbac278d1 (patch)
tree2f1a8a0da738a715d2151d5104eda26325203f68 /test/parallel/test-tls-handshake-error.js
parentabe8a344a5c00d25dd8a7b4a77085a2c29a5c0c6 (diff)
downloadandroid-node-v8-3d2356762296ee6bf8fc98a7d8e4d07cbac278d1.tar.gz
android-node-v8-3d2356762296ee6bf8fc98a7d8e4d07cbac278d1.tar.bz2
android-node-v8-3d2356762296ee6bf8fc98a7d8e4d07cbac278d1.zip
test: remove unused variables from TLS tests
Some of the TLS tests have variables that do not get used. This removes those variables. PR-URL: https://github.com/nodejs/node/pull/4424 Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Diffstat (limited to 'test/parallel/test-tls-handshake-error.js')
-rw-r--r--test/parallel/test-tls-handshake-error.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/parallel/test-tls-handshake-error.js b/test/parallel/test-tls-handshake-error.js
index f33177455f..f65440ed93 100644
--- a/test/parallel/test-tls-handshake-error.js
+++ b/test/parallel/test-tls-handshake-error.js
@@ -10,7 +10,6 @@ if (!common.hasCrypto) {
var tls = require('tls');
var fs = require('fs');
-var net = require('net');
var errorCount = 0;
var closeCount = 0;