aboutsummaryrefslogtreecommitdiff
path: root/lib/util.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util.mli')
-rw-r--r--lib/util.mli3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/util.mli b/lib/util.mli
index e6cb7fe9d8..33812c2004 100644
--- a/lib/util.mli
+++ b/lib/util.mli
@@ -42,9 +42,6 @@ module String : CString.ExtS
val subst_command_placeholder : string -> string -> string
val parse_loadpath : string -> string list
-module Stringset : Set.S with type elt = string
-module Stringmap : Map.S with type key = string
-
(** {6 Lists. } *)
module List : CList.ExtS