diff options
| author | Maxime Dénès | 2017-10-12 17:02:17 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-10-12 17:02:17 +0200 |
| commit | 57bca928a3c0f7dc2582a4ffb8855ed668afdea2 (patch) | |
| tree | 7eb9f648362e495498568a33e85c89cf8005d553 /lib | |
| parent | 449ee4682abf27f04982d23ad6f5f6470953a086 (diff) | |
| parent | 16dec9697b06a7fbda0997ab0685ef24443c7d3a (diff) | |
Merge PR #1089: [stm] [toplevel] Move delicate state initialization to the STM (BZ#5556)
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/flags.ml | 1 | ||||
| -rw-r--r-- | lib/flags.mli | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/flags.ml b/lib/flags.ml index a178eb7552..a53a866aba 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 8ec2a80730..5233e72a25 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 *) |
