Remove unused relfilter function
authormpm@selenic.com
Sun, 21 Aug 2005 16:00:07 -0700
changeset 988 a66e249d77ae
parent 987 bfe12654764d
child 989 1b6eb272b238
child 995 1e4b009b379e
Remove unused relfilter function
mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -23,12 +23,6 @@ def filterfiles(filters, files):
         l += [x for x in files if x.startswith(t)]
     return l
 
-def relfilter(repo, files):
-    cwd = repo.getcwd()
-    if cwd:
-        return filterfiles([util.pconvert(cwd)], files)
-    return files
-
 def relpath(repo, args):
     cwd = repo.getcwd()
     if cwd: