mercurial/localrepo.py
changeset 4216 6c0be67c2b27
parent 4215 e29f2db5ab18
child 4217 3be4785f8994
--- a/mercurial/localrepo.py
+++ b/mercurial/localrepo.py
@@ -261,11 +261,9 @@ class localrepository(repo.repository):
             return self.tagscache
 
         globaltags = {}
-        globalover = {}
 
         def readtags(lines, fn):
             filetags = {}
-            fileover = {}
             count = 0
 
             def warn(msg):