mercurial/posix.py
changeset 44867 8e8fd938ca07
parent 44306 a0ec05d93c8e
child 45717 755214a84b9d
--- a/mercurial/posix.py	Fri May 29 03:43:08 2020 +0200
+++ b/mercurial/posix.py	Fri May 29 03:56:07 2020 +0200
@@ -538,10 +538,6 @@
     return pycompat.shlexsplit(s, posix=True)
 
 
-def quotecommand(cmd):
-    return cmd
-
-
 def testpid(pid):
     '''return False if pid dead, True if running or not sure'''
     if pycompat.sysplatform == b'OpenVMS':