Browse Source

Remove unused variable

Fixes #1077
v0.7.4-release
Brian White 14 years ago
committed by Ryan Dahl
parent
commit
2de0611b43
  1. 1
      lib/crypto.js

1
lib/crypto.js

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

Loading…
Cancel
Save