diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/flags.ml | 1 | ||||
| -rw-r--r-- | lib/flags.mli | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/lib/flags.ml b/lib/flags.ml index ddc8f84825..5079b4b012 100644 --- a/lib/flags.ml +++ b/lib/flags.ml @@ -200,7 +200,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 c4afb83186..8825390e69 100644 --- a/lib/flags.mli +++ b/lib/flags.mli @@ -160,10 +160,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 |
