posix: delete unused expand_glob
authorAdrian Buehlmann <adrian@cadifra.com>
Sun, 08 May 2011 20:42:28 +0200
changeset 14272 adf5f4bdeaf6
parent 14271 4030630fb59c
child 14273 38af0f514134
posix: delete unused expand_glob
mercurial/posix.py
--- a/mercurial/posix.py	Sun May 08 20:35:46 2011 +0200
+++ b/mercurial/posix.py	Sun May 08 20:42:28 2011 +0200
@@ -263,10 +263,6 @@
     '''return name of current user'''
     return getpass.getuser()
 
-def expand_glob(pats):
-    '''On Windows, expand the implicit globs in a list of patterns'''
-    return list(pats)
-
 def username(uid=None):
     """Return the name of the user with the given uid.