tags: remove unused variables
authorMatt Mackall <mpm@selenic.com>
Wed, 14 Mar 2007 18:49:10 -0500
changeset 4212 6c0be67c2b27
parent 4211 e29f2db5ab18
child 4213 3be4785f8994
tags: remove unused variables
mercurial/localrepo.py
--- a/mercurial/localrepo.py	Wed Mar 14 18:47:29 2007 -0500
+++ b/mercurial/localrepo.py	Wed Mar 14 18:49:10 2007 -0500
@@ -261,11 +261,9 @@
             return self.tagscache
 
         globaltags = {}
-        globalover = {}
 
         def readtags(lines, fn):
             filetags = {}
-            fileover = {}
             count = 0
 
             def warn(msg):