diff options
| author | Théo Zimmermann | 2017-12-07 22:27:19 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2017-12-11 13:34:55 +0100 |
| commit | ac2b757a7835672ba494bf42244b5d393e8db089 (patch) | |
| tree | db649017592a9b78d70c9abd33e490b758f75fc4 /tactics | |
| parent | 84a655b14bfc886447da9abc5cf141ab87ae4bd7 (diff) | |
Remove deprecated option Tactic Compat Context.
And some code simplification.
Diffstat (limited to 'tactics')
| -rw-r--r-- | tactics/tactics.ml | 8 |
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 _ = |
