mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user