mercurial/windows.py
changeset 44867 8e8fd938ca07
parent 44866 5258bffdb1d6
child 45145 aea246bc04bd
--- a/mercurial/windows.py	Fri May 29 03:43:08 2020 +0200
+++ b/mercurial/windows.py	Fri May 29 03:56:07 2020 +0200
@@ -474,11 +474,6 @@
     return pycompat.maplist(_unquote, pycompat.shlexsplit(s, posix=False))
 
 
-def quotecommand(cmd):
-    """Build a command string suitable for os.popen* calls."""
-    return cmd
-
-
 # if you change this stub into a real check, please try to implement the
 # username and groupname functions above, too.
 def isowner(st):