summaryrefslogtreecommitdiff
path: root/test/parallel/test-https-byteswritten.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-byteswritten.js
parent3d2356762296ee6bf8fc98a7d8e4d07cbac278d1 (diff)
downloadnode-new-fd395ba5c9924168880d212bb7b9bd02ceee45f5.tar.gz
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-byteswritten.js')
-rw-r--r--test/parallel/test-https-byteswritten.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/parallel/test-https-byteswritten.js b/test/parallel/test-https-byteswritten.js
index 5163eccc26..beef89b25c 100644
--- a/test/parallel/test-https-byteswritten.js
+++ b/test/parallel/test-https-byteswritten.js
@@ -2,7 +2,6 @@
var common = require('../common');
var assert = require('assert');
var fs = require('fs');
-var http = require('http');
if (!common.hasCrypto) {
console.log('1..0 # Skipped: missing crypto');