aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-tls-socket-default-options.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-socket-default-options.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-socket-default-options.js')
-rw-r--r--test/parallel/test-tls-socket-default-options.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/parallel/test-tls-socket-default-options.js b/test/parallel/test-tls-socket-default-options.js
index 7b41d0f5a9..c2c6e518bb 100644
--- a/test/parallel/test-tls-socket-default-options.js
+++ b/test/parallel/test-tls-socket-default-options.js
@@ -9,7 +9,6 @@ if (!common.hasCrypto) {
const tls = require('tls');
const fs = require('fs');
-const net = require('net');
const sent = 'hello world';