aboutsummaryrefslogtreecommitdiffhomepage
path: root/vernac/indschemes.ml
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-03-04 10:55:48 +0100
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-03-04 20:55:21 +0100
commitbed0e8790b9ee6cfc5410505f5c31fe52be8f77e (patch)
treebd1afe3d25571438a7b60c11d2a0683017debb36 /vernac/indschemes.ml
parent78551857a41a57607ecfb3fd010e0a9755f47cea (diff)
[compat] Remove NOOP and alias deprecated options.
Following up on #6791, we remove: - `Record Elimination Schemes`, a deprecated alias of `Nonrecursive Elimination Schemes` - `Match Strict` a deprecated NOOP.
Diffstat (limited to 'vernac/indschemes.ml')
-rw-r--r--vernac/indschemes.ml7
1 files changed, 0 insertions, 7 deletions
diff --git a/vernac/indschemes.ml b/vernac/indschemes.ml
index 447c5085b..8da87fd8e 100644
--- a/vernac/indschemes.ml
+++ b/vernac/indschemes.ml
@@ -59,13 +59,6 @@ let _ =
optkey = ["Nonrecursive";"Elimination";"Schemes"];
optread = (fun () -> !bifinite_elim_flag) ;
optwrite = (fun b -> bifinite_elim_flag := b) }
-let _ =
- declare_bool_option
- { optdepr = true; (* compatibility 2014-09-03*)
- optname = "automatic declaration of induction schemes for non-recursive types";
- optkey = ["Record";"Elimination";"Schemes"];
- optread = (fun () -> !bifinite_elim_flag) ;
- optwrite = (fun b -> bifinite_elim_flag := b) }
let case_flag = ref false
let _ =