diff -r 7f025c9b7865 -r e24802ea8dbd mercurial/posix.py --- a/mercurial/posix.py Sat Mar 24 17:19:32 2018 +0900 +++ b/mercurial/posix.py Sat Mar 24 13:30:50 2018 +0900 @@ -626,9 +626,6 @@ def __ne__(self, other): return not self == other -def executablepath(): - return None # available on Windows only - def statislink(st): '''check whether a stat result is a symlink''' return st and stat.S_ISLNK(st.st_mode)