aboutsummaryrefslogtreecommitdiffhomepage
path: root/vernac
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <Pierre.Courtieu@cnam.fr>2017-05-05 12:59:41 +0200
committerGravatar Pierre Courtieu <Pierre.Courtieu@cnam.fr>2017-05-05 12:59:41 +0200
commit91d78c590b35c9edcf9f68c408ba82090f68e156 (patch)
tree54210c96723f0d47c6f76cb8299469441f9cf0c9 /vernac
parent952e9aea47d3fad2d0f488d968ff0e90fa403ebc (diff)
Adapted to EConstr.
Diffstat (limited to 'vernac')
-rw-r--r--vernac/vernacentries.ml9
1 files changed, 0 insertions, 9 deletions
diff --git a/vernac/vernacentries.ml b/vernac/vernacentries.ml
index 40cd1a29c..d4e6af995 100644
--- a/vernac/vernacentries.ml
+++ b/vernac/vernacentries.ml
@@ -1412,15 +1412,6 @@ let _ =
optwrite = (fun _ -> ()) }
let _ =
- declare_int_option
- { optsync = false;
- optdepr = false;
- optname = "the hypotheses limit";
- optkey = ["Hyps";"Limit"];
- optread = Flags.print_hyps_limit;
- optwrite = Flags.set_print_hyps_limit }
-
-let _ =
declare_bool_option
{ optsync = true;
optdepr = false;