[or-cvs] [https-everywhere/master] Delete duplicate assignment

schoen at torproject.org schoen at torproject.org
Wed Nov 3 04:39:36 UTC 2010


Author: Chris Palmer <chris at eff.org>
Date: Fri, 29 Oct 2010 13:36:13 -0700
Subject: Delete duplicate assignment
Commit: 503cc27e52eb978b5e8db4bb0600c67f5744b4c2

https_everywhere_blacklist = {}; appears twice, which is unnecessary.
---
 src/components/https-everywhere.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/components/https-everywhere.js b/src/components/https-everywhere.js
index 03a04b7..a72e061 100644
--- a/src/components/https-everywhere.js
+++ b/src/components/https-everywhere.js
@@ -8,7 +8,6 @@ WARN=5;
 
 //---------------
 
-https_everywhere_blacklist = {};
 https_domains = {};              // maps domain patterns (with at most one
                                  // wildcard) to RuleSets
 
-- 
1.7.1



More information about the tor-commits mailing list