aboutsummaryrefslogtreecommitdiff
path: root/lib/util.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util.ml')
-rw-r--r--lib/util.ml6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/util.ml b/lib/util.ml
index 35220261cc..b7364cbc53 100644
--- a/lib/util.ml
+++ b/lib/util.ml
@@ -44,12 +44,6 @@ end
module String : CString.ExtS = CString
-let parse_loadpath s =
- let l = String.split '/' s in
- if List.mem "" l then
- invalid_arg "parse_loadpath: find an empty dir in loadpath";
- l
-
let subst_command_placeholder s t =
let buff = Buffer.create (String.length s + String.length t) in
let i = ref 0 in