mercurial/util.py
changeset 7875 553aa0cbeab6
parent 7869 bc027d72c289
child 7879 5c4026a289a4
--- a/mercurial/util.py	Mon Mar 23 13:13:02 2009 +0100
+++ b/mercurial/util.py	Mon Mar 23 13:13:06 2009 +0100
@@ -904,7 +904,6 @@
 def _statfiles_clustered(files):
     '''Stat each file in files and yield stat or None if file does not exist.
     Cluster and cache stat per directory to minimize number of OS stat calls.'''
-    lstat = os.lstat
     ncase = os.path.normcase
     sep   = os.sep
     dircache = {} # dirname -> filename -> status | None if file does not exist