diff -r 4030630fb59c -r adf5f4bdeaf6 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.