summaryrefslogtreecommitdiff
path: root/lib/git_python/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/git_python/utils.py')
-rw-r--r--lib/git_python/utils.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/git_python/utils.py b/lib/git_python/utils.py
index 2bd6f2cd..c2140ba0 100644
--- a/lib/git_python/utils.py
+++ b/lib/git_python/utils.py
@@ -1,6 +1,3 @@
-def shell_escape(string):
- return str(string).replace("'", "\\\\'")
-
def dashify(string):
return string.replace('_', '-')