aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/flags.mli
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-11-07 00:48:14 +0100
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-11-07 00:53:19 +0100
commit9402b6efad32757f44d72d83f6aabdca8829e3ed (patch)
tree0ab9fc18568664e4b7bd0a63f9b52c6303e73a61 /lib/flags.mli
parent0d81e80a09db7d352408be4dfc5ba263f6ed98ef (diff)
[api] Remove 8.7 ML-deprecated functions.
Diffstat (limited to 'lib/flags.mli')
-rw-r--r--lib/flags.mli8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/flags.mli b/lib/flags.mli
index 5233e72a2..0ff3e0a81 100644
--- a/lib/flags.mli
+++ b/lib/flags.mli
@@ -87,14 +87,6 @@ val verbosely : ('a -> 'b) -> 'a -> 'b
val if_silent : ('a -> unit) -> 'a -> unit
val if_verbose : ('a -> unit) -> 'a -> unit
-(* Deprecated *)
-val make_silent : bool -> unit
-[@@ocaml.deprecated "Please use Flags.quiet"]
-val is_silent : unit -> bool
-[@@ocaml.deprecated "Please use Flags.quiet"]
-val is_verbose : unit -> bool
-[@@ocaml.deprecated "Please use Flags.quiet"]
-
(* Miscellaneus flags for vernac *)
val make_auto_intros : bool -> unit
val is_auto_intros : unit -> bool