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/flags.mli | |
| parent | 449ee4682abf27f04982d23ad6f5f6470953a086 (diff) | |
| parent | 16dec9697b06a7fbda0997ab0685ef24443c7d3a (diff) | |
Merge PR #1089: [stm] [toplevel] Move delicate state initialization to the STM (BZ#5556)
Diffstat (limited to 'lib/flags.mli')
| -rw-r--r-- | lib/flags.mli | 1 |
1 files changed, 0 insertions, 1 deletions
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 *) |
