mercurial/commands.py
changeset 7875 553aa0cbeab6
parent 7874 d812029cda85
child 7880 7ca2be800804
--- a/mercurial/commands.py	Mon Mar 23 13:13:02 2009 +0100
+++ b/mercurial/commands.py	Mon Mar 23 13:13:06 2009 +0100
@@ -2435,7 +2435,6 @@
     wlock = repo.wlock()
     try:
         # walk dirstate.
-        files = []
 
         m = cmdutil.match(repo, pats, opts)
         m.bad = lambda x,y: False