]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
practracker: Remove problemvault global.
authorNick Mathewson <nickm@torproject.org>
Tue, 30 Jul 2019 14:17:19 +0000 (10:17 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 30 Jul 2019 14:17:56 +0000 (10:17 -0400)
scripts/maint/practracker/practracker.py

index 0e6490aab4c7b279846f4211f69099a10fd507e7..3bf16dcdec1abf67655951bbaf2d2a7fe54cfa10 100755 (executable)
@@ -46,9 +46,6 @@ TOLERANCE_FNS = {
 
 #######################################################
 
-# ProblemVault singleton
-ProblemVault = None
-
 # The Tor source code topdir
 TOR_TOPDIR = None
 
@@ -185,8 +182,6 @@ def main(argv):
 
     # 2) Initialize problem vault and load an optional exceptions file so that
     # we don't warn about the past
-    global ProblemVault
-
     if args.regen:
         tmpname = exceptions_file + ".tmp"
         tmpfile = open(tmpname, "w")