summaryrefslogtreecommitdiff
path: root/src/util.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.ml')
-rw-r--r--src/util.ml5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/util.ml b/src/util.ml
index afa0ef3..7f0d681 100644
--- a/src/util.ml
+++ b/src/util.ml
@@ -21,10 +21,5 @@ let string_of_path path =
| [] -> ""
| x :: xs -> Printf.sprintf "%s%s" x (aux xs "")
-let substitute_default o d =
- match o with
- | None -> d
- | Some v -> v
-
let absolute_path relative_path =
FilePath.make_absolute (Sys.getcwd ()) relative_path