diff options
author | Enrico Tassi <Enrico.Tassi@inria.fr> | 2014-11-27 11:07:45 +0100 |
---|---|---|
committer | Enrico Tassi <Enrico.Tassi@inria.fr> | 2014-11-27 16:06:54 +0100 |
commit | df8779378c3ea30f90b11204828c3a33513b9e3d (patch) | |
tree | 525a8406e70e13ea9e63489f2692d1e736ac200a /lib | |
parent | 72f471f42d7825b9ef370fb5a64acbd155d9140e (diff) |
async_queries_* merged with async_proofs_*
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 bcd7c59d7..31b40dc53 100644 --- a/lib/flags.ml +++ b/lib/flags.ml @@ -56,7 +56,6 @@ let async_proofs_n_workers = ref 1 let async_proofs_n_tacworkers = ref 2 let async_proofs_private_flags = ref None let async_proofs_always_delegate = ref false -let async_queries_always_delegate = ref false let async_proofs_never_reopen_branch = ref false let async_proofs_flags_for_workers = ref [] let async_proofs_worker_id = ref "master" diff --git a/lib/flags.mli b/lib/flags.mli index 716d04163..0c922ebb4 100644 --- a/lib/flags.mli +++ b/lib/flags.mli @@ -25,7 +25,6 @@ val async_proofs_private_flags : string option ref val async_proofs_is_worker : unit -> bool val async_proofs_is_master : unit -> bool val async_proofs_always_delegate : bool ref -val async_queries_always_delegate : bool ref val async_proofs_never_reopen_branch : bool ref val async_proofs_flags_for_workers : string list ref val async_proofs_worker_id : string ref |