aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/flags.mli
diff options
context:
space:
mode:
authorGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2014-06-13 16:22:56 +0200
committerGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2014-06-13 16:22:56 +0200
commit8e8b1672843040a8ee1109b2c470477c915d73cc (patch)
treeb3ce27674963d889729503a275b90eeb55ccbaaf /lib/flags.mli
parent505a6a2cb01eea3b4f60b9e9b3b583b56f1bd50b (diff)
Deprecate useless option -unsafe.
Diffstat (limited to 'lib/flags.mli')
-rw-r--r--lib/flags.mli3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/flags.mli b/lib/flags.mli
index 3bcea384e..b5947c48f 100644
--- a/lib/flags.mli
+++ b/lib/flags.mli
@@ -100,9 +100,6 @@ val with_extra_values : 'c list ref -> 'c list -> ('a -> 'b) -> 'a -> 'b
val set_print_hyps_limit : int option -> unit
val print_hyps_limit : unit -> int option
-val add_unsafe : string -> unit
-val is_unsafe : string -> bool
-
(** Options for external tools *)
(** Returns string format for default browser to use from Coq or CoqIDE *)