diff options
author | Rich Trott <rtrott@gmail.com> | 2015-12-25 20:31:50 -0800 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2015-12-28 20:01:47 -0800 |
commit | 3d2356762296ee6bf8fc98a7d8e4d07cbac278d1 (patch) | |
tree | 2f1a8a0da738a715d2151d5104eda26325203f68 /test/parallel/test-tls-ocsp-callback.js | |
parent | abe8a344a5c00d25dd8a7b4a77085a2c29a5c0c6 (diff) | |
download | node-new-3d2356762296ee6bf8fc98a7d8e4d07cbac278d1.tar.gz |
test: remove unused variables from TLS tests
Some of the TLS tests have variables that do not get used. This removes
those variables.
PR-URL: https://github.com/nodejs/node/pull/4424
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Diffstat (limited to 'test/parallel/test-tls-ocsp-callback.js')
-rw-r--r-- | test/parallel/test-tls-ocsp-callback.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/parallel/test-tls-ocsp-callback.js b/test/parallel/test-tls-ocsp-callback.js index a11be7ac22..e9443f4535 100644 --- a/test/parallel/test-tls-ocsp-callback.js +++ b/test/parallel/test-tls-ocsp-callback.js @@ -41,7 +41,6 @@ function test(testOptions, cb) { var clientSecure = 0; var ocspCount = 0; var ocspResponse; - var session; if (testOptions.pfx) { delete options.key; |