aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'pathod/utils.py')
-rw-r--r--pathod/utils.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pathod/utils.py b/pathod/utils.py
index 1b6ef3ef..96b54ab8 100644
--- a/pathod/utils.py
+++ b/pathod/utils.py
@@ -28,10 +28,6 @@ def parse_anchor_spec(s):
return tuple(s.split("=", 1))
-def xrepr(s):
- return repr(s)[1:-1]
-
-
def escape_unprintables(s):
"""
Like inner_repr, but preserves line breaks.