aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'pathod/utils.py')
-rw-r--r--pathod/utils.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/pathod/utils.py b/pathod/utils.py
index 3276198a..9b220e9a 100644
--- a/pathod/utils.py
+++ b/pathod/utils.py
@@ -17,15 +17,6 @@ class MemBool(object):
return bool(v)
-def parse_anchor_spec(s):
- """
- Return a tuple, or None on error.
- """
- if "=" not in s:
- return None
- return tuple(s.split("=", 1))
-
-
data = netlib.utils.Data(__name__)