summaryrefslogtreecommitdiff
path: root/test/parallel/test-https-timeout-server.js
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2015-12-25 22:00:10 -0800
committerRich Trott <rtrott@gmail.com>2015-12-28 20:05:48 -0800
commitfd395ba5c9924168880d212bb7b9bd02ceee45f5 (patch)
treef453df40a84745c0f90c7826cc15c5696757d4be /test/parallel/test-https-timeout-server.js
parent3d2356762296ee6bf8fc98a7d8e4d07cbac278d1 (diff)
downloadandroid-node-v8-fd395ba5c9924168880d212bb7b9bd02ceee45f5.tar.gz
android-node-v8-fd395ba5c9924168880d212bb7b9bd02ceee45f5.tar.bz2
android-node-v8-fd395ba5c9924168880d212bb7b9bd02ceee45f5.zip
test: remove unused variables from HTTPS tests
PR-URL: https://github.com/nodejs/node/pull/4426 Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Diffstat (limited to 'test/parallel/test-https-timeout-server.js')
-rw-r--r--test/parallel/test-https-timeout-server.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/parallel/test-https-timeout-server.js b/test/parallel/test-https-timeout-server.js
index ba175ecf76..f6d5d75a88 100644
--- a/test/parallel/test-https-timeout-server.js
+++ b/test/parallel/test-https-timeout-server.js
@@ -9,7 +9,6 @@ if (!common.hasCrypto) {
var https = require('https');
var net = require('net');
-var tls = require('tls');
var fs = require('fs');
var clientErrors = 0;