test: remove unused variables form http tests

The http tests seem especially prone to including unused variables.
This change removes them.

PR-URL: https://github.com/nodejs/node/pull/4422
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
This commit is contained in:
Rich Trott 2015-12-25 15:32:13 -08:00
parent 5d6f558ea6
commit abe8a344a5
29 changed files with 9 additions and 39 deletions

View file

@ -10,7 +10,6 @@ var https = require('https');
var url = require('url');
var fs = require('fs');
var clientRequest;
// https options
var httpsOptions = {