0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00

Remove unused variable

Fixes #1077
This commit is contained in:
Brian White 2011-05-19 15:09:10 -07:00 committed by Ryan Dahl
parent 8a0ac5b422
commit 2de0611b43

View File

@ -47,7 +47,6 @@ function Credentials(secureProtocol, context) {
if (context) {
this.context = context;
this.reuseContext = true;
} else {
this.context = new SecureContext();