diff mercurial/commands.py @ 7875:553aa0cbeab6

cleanup: drop unused assignments
author Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
date Mon, 23 Mar 2009 13:13:06 +0100
parents d812029cda85
children 7ca2be800804
line wrap: on
line diff
--- 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