summaryrefslogtreecommitdiff
path: root/test/parallel/test-tls-handshake-nohang.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-nohang.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-nohang.js')
-rw-r--r--test/parallel/test-tls-handshake-nohang.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/parallel/test-tls-handshake-nohang.js b/test/parallel/test-tls-handshake-nohang.js
index ae07551ef9..374ac02a2f 100644
--- a/test/parallel/test-tls-handshake-nohang.js
+++ b/test/parallel/test-tls-handshake-nohang.js
@@ -1,6 +1,5 @@
'use strict';
var common = require('../common');
-var assert = require('assert');
if (!common.hasCrypto) {
console.log('1..0 # Skipped: missing crypto');