aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
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 *)