changeset 869:1e3a23719662

Kill dead function.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun, 07 Aug 2005 11:09:21 -0800
parents 6a8a50bcc143
children a82eae840447
files mercurial/util.py
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/util.py	Sun Aug 07 11:04:58 2005 -0800
+++ b/mercurial/util.py	Sun Aug 07 11:09:21 2005 -0800
@@ -90,10 +90,6 @@
         if name == '.': name = '**'
         return head + globre(name, '', tail)
 
-    def under(fn):
-        """check if fn is under our cwd"""
-        return not cwd or fn.startswith(cwdsep)
-
     def matchfn(pats, tail):
         """build a matching function from a set of patterns"""
         if pats: