aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-10-12 17:02:17 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-10-12 17:02:17 +0200
commit57bca928a3c0f7dc2582a4ffb8855ed668afdea2 (patch)
tree7eb9f648362e495498568a33e85c89cf8005d553 /lib
parent449ee4682abf27f04982d23ad6f5f6470953a086 (diff)
parent16dec9697b06a7fbda0997ab0685ef24443c7d3a (diff)
Merge PR #1089: [stm] [toplevel] Move delicate state initialization to the STM (BZ#5556)
Diffstat (limited to 'lib')
-rw-r--r--lib/flags.ml1
-rw-r--r--lib/flags.mli1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/flags.ml b/lib/flags.ml
index a178eb755..a53a866ab 100644
--- a/lib/flags.ml
+++ b/lib/flags.ml
@@ -42,7 +42,6 @@ let with_extra_values o l f x =
Exninfo.iraise reraise
let boot = ref false
-let load_init = ref true
let record_aux_file = ref false
diff --git a/lib/flags.mli b/lib/flags.mli
index 8ec2a8073..5233e72a2 100644
--- a/lib/flags.mli
+++ b/lib/flags.mli
@@ -11,7 +11,6 @@
(** Command-line flags *)
val boot : bool ref
-val load_init : 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 *)