aboutsummaryrefslogtreecommitdiff
path: root/tactics
diff options
context:
space:
mode:
Diffstat (limited to 'tactics')
-rw-r--r--tactics/tactics.ml8
1 files changed, 0 insertions, 8 deletions
diff --git a/tactics/tactics.ml b/tactics/tactics.ml
index cc5593f3f2..bf05c9b834 100644
--- a/tactics/tactics.ml
+++ b/tactics/tactics.ml
@@ -59,14 +59,6 @@ let typ_of env sigma c =
open Goptions
-let _ =
- declare_bool_option
- { optdepr = true; (* remove in 8.8 *)
- optname = "trigger bugged context matching compatibility";
- optkey = ["Tactic";"Compat";"Context"];
- optread = (fun () -> !Flags.tactic_context_compat) ;
- optwrite = (fun b -> Flags.tactic_context_compat := b) }
-
let apply_solve_class_goals = ref false
let _ =