diff options
| author | Théo Zimmermann | 2018-12-05 12:33:48 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2018-12-05 12:33:48 +0100 |
| commit | 23f2222bb2c97110b6e55835fd19528177e41ff3 (patch) | |
| tree | e18757b500abeeab710c99f506d79259ba18260e /plugins | |
| parent | cb2e08487b4093e87aabb1ce646402d14ca4d9f6 (diff) | |
| parent | 9903f6a7f86661549def884a0050d0f4537d52d7 (diff) | |
Merge PR #8911: Document undocumented flags and options
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/ltac/tacinterp.ml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/ltac/tacinterp.ml b/plugins/ltac/tacinterp.ml index c4d8072ba5..cf5eb442be 100644 --- a/plugins/ltac/tacinterp.ml +++ b/plugins/ltac/tacinterp.ml @@ -2048,13 +2048,4 @@ let () = optread = (fun () -> get_debug () != Tactic_debug.DebugOff); optwrite = vernac_debug } -let () = - let open Goptions in - declare_bool_option - { optdepr = false; - optname = "Ltac debug"; - optkey = ["Debug";"Ltac"]; - optread = (fun () -> get_debug () != Tactic_debug.DebugOff); - optwrite = vernac_debug } - let () = Hook.set Vernacentries.interp_redexp_hook interp_redexp |
