aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/goptions.ml
diff options
context:
space:
mode:
Diffstat (limited to 'library/goptions.ml')
-rw-r--r--library/goptions.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/goptions.ml b/library/goptions.ml
index a78ca750d..2a97f6149 100644
--- a/library/goptions.ml
+++ b/library/goptions.ml
@@ -199,8 +199,6 @@ type 'a option_sig = {
optread : unit -> 'a;
optwrite : 'a -> unit }
-type option_type = bool * (unit -> option_value) -> (option_value -> unit)
-
module OptionMap =
Map.Make (struct type t = option_name let compare = compare end)