diff --git a/test/parallel/test-tls-server-verify.js b/test/parallel/test-tls-server-verify.js index f1a6132a661a38..684d71ef7cdec2 100644 --- a/test/parallel/test-tls-server-verify.js +++ b/test/parallel/test-tls-server-verify.js @@ -254,8 +254,6 @@ function runTest(port, testIndex) { rejectUnauthorized: tcase.rejectUnauthorized }; - var connections = 0; - /* * If renegotiating - session might be resumed and openssl won't request * client's certificate (probably because of bug in the openssl) @@ -290,7 +288,6 @@ function runTest(port, testIndex) { return; } - connections++; if (c.authorized) { console.error(prefix + '- authed connection: ' + c.getPeerCertificate().subject.CN);