[tor-commits] [torbirdy/develop] Remove redundant comment about Gecko compatibility
sukhbir at torproject.org
sukhbir at torproject.org
Sun Mar 26 09:11:36 UTC 2017
commit 917249091c2431511d21b34221e31cdefdd7499a
Author: Sukhbir Singh <sukhbir at torproject.org>
Date: Sun Mar 26 05:05:21 2017 -0400
Remove redundant comment about Gecko compatibility
---
components/torbirdy.js | 3 ---
1 file changed, 3 deletions(-)
diff --git a/components/torbirdy.js b/components/torbirdy.js
index c1bb474..a51efa2 100644
--- a/components/torbirdy.js
+++ b/components/torbirdy.js
@@ -598,9 +598,6 @@ TorBirdy.prototype = {
var accounts = this.acctMgr.accounts;
var allAccounts = [];
- // To maintain compatibility between Gecko 17+ and Gecko < 17, find out
- // which version we are on.
-
var accountLength = accounts.length;
for (let i = 0; i < accountLength; i++) {
var account = accounts.queryElementAt(i, Ci.nsIMsgAccount);
More information about the tor-commits
mailing list