mercurial/posix.py
changeset 37095 e24802ea8dbd
parent 36948 0585337ea787
child 37459 90c5ca718781
--- 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)