aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorJim Fehrle2018-11-05 13:32:36 -0800
committerJim Fehrle2018-12-04 12:23:02 -0800
commit40c483a95f354e457e10d00951fd6a8eec08176d (patch)
tree872e3cdc335ac35abf0a10899677f0607b2c7496 /plugins
parent2e78edb4b8212cc5ab394fde168fc5241ad01660 (diff)
Document undocumented flags and options
Also remove a few undocumented settings
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ltac/tacinterp.ml9
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