aboutsummaryrefslogtreecommitdiffhomepage
path: root/vernac/indschemes.ml
diff options
context:
space:
mode:
authorGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2016-11-22 17:48:14 +0100
committerGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2017-06-14 07:27:39 +0200
commit376da97be60957b25e59afb5791fae665127b17b (patch)
tree33a57ac995bbaca4566440f305b53664c9381080 /vernac/indschemes.ml
parent165e3000844c1e84cc5c9d1b579a0a7dab8a3684 (diff)
Remove options deprecated since 8.4.
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 e90c25926..44d6f37cc 100644
--- a/vernac/indschemes.ml
+++ b/vernac/indschemes.ml
@@ -84,13 +84,6 @@ let _ =
optkey = ["Boolean";"Equality";"Schemes"];
optread = (fun () -> !eq_flag) ;
optwrite = (fun b -> eq_flag := b) }
-let _ = (* compatibility *)
- declare_bool_option
- { optdepr = true;
- optname = "automatic declaration of boolean equality";
- optkey = ["Equality";"Scheme"];
- optread = (fun () -> !eq_flag) ;
- optwrite = (fun b -> eq_flag := b) }
let is_eq_flag () = !eq_flag