aboutsummaryrefslogtreecommitdiff
path: root/lib/flags.mli
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-02-08 18:53:55 +0100
committerEmilio Jesus Gallego Arias2019-02-08 18:53:55 +0100
commit92df98da23057a47a6cd2053618fd97efe54ba30 (patch)
tree1ebc2880fa850e5c095b064972158a940844a85f /lib/flags.mli
parent3b9d338c751acd6694038b30e0c40637449df86a (diff)
parent6c06f36b2dd1812454d40cbde1da28e1ea8be67e (diff)
Merge PR #9523: Make boot flag into a normal option (no global flag).
Ack-by: SkySkimmer Reviewed-by: ejgallego
Diffstat (limited to 'lib/flags.mli')
-rw-r--r--lib/flags.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/flags.mli b/lib/flags.mli
index b9c5e20f47..1066f31a8b 100644
--- a/lib/flags.mli
+++ b/lib/flags.mli
@@ -31,8 +31,6 @@
(** Command-line flags *)
-val boot : bool ref
-
(** Set by coqtop to tell the kernel to output to the aux file; will
be eventually removed by cleanups such as PR#1103 *)
val record_aux_file : bool ref