diff options
| author | Jim Fehrle | 2018-11-05 13:32:36 -0800 |
|---|---|---|
| committer | Jim Fehrle | 2018-12-04 12:23:02 -0800 |
| commit | 40c483a95f354e457e10d00951fd6a8eec08176d (patch) | |
| tree | 872e3cdc335ac35abf0a10899677f0607b2c7496 /plugins | |
| parent | 2e78edb4b8212cc5ab394fde168fc5241ad01660 (diff) | |
Document undocumented flags and options
Also remove a few undocumented settings
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 |
