merge: remove now unused umap dict
authorMatt Mackall <mpm@selenic.com>
Sun, 17 Sep 2006 16:13:34 -0500
changeset 3106 4ec28446fca8
parent 3105 7c7469d41ade
child 3107 3bd05ad67f45
merge: remove now unused umap dict
mercurial/merge.py
--- a/mercurial/merge.py	Sun Sep 17 16:13:03 2006 -0500
+++ b/mercurial/merge.py	Sun Sep 17 16:13:34 2006 -0500
@@ -203,8 +203,6 @@
     action = []
 
     # update m1 from working dir
-    umap = dict.fromkeys(unknown)
-
     for i,l in (("a", added), ("m", modified), ("u", unknown)):
         for f in l:
             m1[f] = m1.get(f, nullid) + i