aboutsummaryrefslogtreecommitdiff
path: root/stm/stm.mli
diff options
context:
space:
mode:
authorMaxime Dénès2018-11-23 13:12:02 +0100
committerMaxime Dénès2018-11-27 15:09:19 +0100
commit3bffd4f4f4a9ef400781aa7a4f90a986891bb0c1 (patch)
treed54a59e4451ede662f70d1efb5ca2bf987d41f31 /stm/stm.mli
parent0a699c7c932352f38c14f1bdf33ee7955241c1d8 (diff)
Remove -async-proofs-full flag
The semantics of this flag was not clear, it had several rather orthogonal effects. Also, it should probably have been another value of `-async-proofs-mode`, rather than a separate flag, as its combination with e.g. `-async-proofs-mode off` is unclear.
Diffstat (limited to 'stm/stm.mli')
-rw-r--r--stm/stm.mli1
1 files changed, 0 insertions, 1 deletions
diff --git a/stm/stm.mli b/stm/stm.mli
index 0c0e19ce5c..4db83a7359 100644
--- a/stm/stm.mli
+++ b/stm/stm.mli
@@ -27,7 +27,6 @@ module AsyncOpts : sig
async_proofs_mode : async_proofs;
async_proofs_private_flags : string option;
- async_proofs_full : bool;
async_proofs_never_reopen_branch : bool;
async_proofs_tac_error_resilience : tac_error_filter;