Commit fb87d2ab authored by Tristan Gingold's avatar Tristan Gingold

util/shell.py: remove unused which_cmd function.

parent b714a29c
......@@ -115,14 +115,6 @@ def which(filename):
return candidates
def which_cmd():
"""Get a string with the O.S. specific which command"""
if check_windows():
return "where"
else:
return "which"
def slash_char():
"""Get a string with the O.S. specific path separator"""
if check_windows():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment