aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel
diff options
context:
space:
mode:
authorGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-02-20 13:55:46 +0100
committerGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-03-02 23:45:51 +0100
commita4817d25befc71b7dbf707637660431144985133 (patch)
treefb0d98df0c5678e5a277ff07de82b43bc8a69b7f /toplevel
parentff7be36add22cf3c6efd24a27ebdde818fc1dc06 (diff)
Remove VOld compatibility flag.
Diffstat (limited to 'toplevel')
-rw-r--r--toplevel/coqargs.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/coqargs.ml b/toplevel/coqargs.ml
index a7065c031..46db9a390 100644
--- a/toplevel/coqargs.ml
+++ b/toplevel/coqargs.ml
@@ -149,7 +149,7 @@ let add_compat_require opts v =
| Flags.V8_5 -> add_vo_require opts "Coq.Compat.Coq85" None (Some false)
| Flags.V8_6 -> add_vo_require opts "Coq.Compat.Coq86" None (Some false)
| Flags.V8_7 -> add_vo_require opts "Coq.Compat.Coq87" None (Some false)
- | Flags.VOld | Flags.Current -> opts
+ | Flags.Current -> opts
let set_batch_mode opts =
Flags.quiet := true;