test: remove unused variables from HTTPS tests

PR-URL: https://github.com/nodejs/node/pull/4426
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
This commit is contained in:
Rich Trott
2015-12-25 22:00:10 -08:00
parent 3d23567622
commit fd395ba5c9
11 changed files with 3 additions and 13 deletions

View File

@@ -1,6 +1,5 @@
'use strict';
var common = require('../common');
var assert = require('assert');
if (!common.hasCrypto) {
console.log('1..0 # Skipped: missing crypto');
@@ -9,7 +8,6 @@ if (!common.hasCrypto) {
var https = require('https');
var fs = require('fs');
var exec = require('child_process').exec;
var http = require('http');