aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-12-14 17:20:44 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-12-14 17:20:44 +0100
commite7807a1eaa5600dfc1774c447d2f0306815bb481 (patch)
treed3ef892be71383890d1a74d943314a59d333591b /lib
parent290abf59e6f13bb1468d8e3df050cf0bd9c48708 (diff)
parenta9849c070e954ed5c54dec5ad8eac98287939799 (diff)
Merge PR #6169: Clean up/deprecated options
Diffstat (limited to 'lib')
-rw-r--r--lib/flags.ml1
-rw-r--r--lib/flags.mli4
2 files changed, 0 insertions, 5 deletions
diff --git a/lib/flags.ml b/lib/flags.ml
index 9631da633..fb6e48ae2 100644
--- a/lib/flags.ml
+++ b/lib/flags.ml
@@ -166,7 +166,6 @@ let native_compiler = ref false
(* Print the mod uid associated to a vo file by the native compiler *)
let print_mod_uid = ref false
-let tactic_context_compat = ref false
let profile_ltac = ref false
let profile_ltac_cutoff = ref 2.0
diff --git a/lib/flags.mli b/lib/flags.mli
index 1b1e264f0..58415d6f5 100644
--- a/lib/flags.mli
+++ b/lib/flags.mli
@@ -133,10 +133,6 @@ val native_compiler : bool ref
(** Print the mod uid associated to a vo file by the native compiler *)
val print_mod_uid : bool ref
-val tactic_context_compat : bool ref
-(** Set to [true] to trigger the compatibility bugged context matching (old
- context vs. appcontext) is set. *)
-
val profile_ltac : bool ref
val profile_ltac_cutoff : float ref