From 2de0611b43f1587c511de65ef50c647e77e28abb Mon Sep 17 00:00:00 2001 From: Brian White Date: Thu, 19 May 2011 15:09:10 -0700 Subject: [PATCH] Remove unused variable Fixes #1077 --- lib/crypto.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/crypto.js b/lib/crypto.js index 2a9225a..25aceaf 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(); -- 2.7.4