Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian White <mscdex@gmail.com>2011-05-20 02:09:10 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-05-20 19:51:55 +0400
commit2de0611b43f1587c511de65ef50c647e77e28abb (patch)
tree877e2b635a320da2feb8004adbdf9866a18c5684 /lib/crypto.js
parent8a0ac5b422ed3726b4aec090cd702c5e20c88a18 (diff)
Remove unused variable
Fixes #1077
Diffstat (limited to 'lib/crypto.js')
-rw-r--r--lib/crypto.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/crypto.js b/lib/crypto.js
index 2a9225ae160..25aceaff4c6 100644
--- a/lib/crypto.js
+++ b/lib/crypto.js
@@ -47,7 +47,6 @@ function Credentials(secureProtocol, context) {
if (context) {
this.context = context;
- this.reuseContext = true;
} else {
this.context = new SecureContext();