aboutsummaryrefslogtreecommitdiff
path: root/lib/flags.ml
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.ml
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.ml')
-rw-r--r--lib/flags.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/flags.ml b/lib/flags.ml
index 29406ef275..9e0d7ed380 100644
--- a/lib/flags.ml
+++ b/lib/flags.ml
@@ -41,8 +41,6 @@ let with_options ol f x =
let () = List.iter2 (:=) ol vl in
Exninfo.iraise reraise
-let boot = ref false
-
let record_aux_file = ref false
let test_mode = ref false