diff options
| author | Enrico Tassi | 2018-08-21 11:17:26 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2018-08-21 11:17:26 +0200 |
| commit | a62ab4903d61b9a3c2e8725ee0e6354c0a073348 (patch) | |
| tree | df75ecb06a24006a4fb90cfc56623faad6edde49 | |
| parent | 449c9384f93c5af82d58baf280c7c17accee86d2 (diff) | |
| parent | 22c84d37d715b4299a696ac960cf0c3869c0e486 (diff) | |
Merge PR #8249: Remove unneeded file stm/workerLoop.mli
| -rw-r--r-- | stm/workerLoop.mli | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/stm/workerLoop.mli b/stm/workerLoop.mli deleted file mode 100644 index 37ec6dacca..0000000000 --- a/stm/workerLoop.mli +++ /dev/null @@ -1,16 +0,0 @@ -(************************************************************************) -(* * The Coq Proof Assistant / The Coq Development Team *) -(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) -(* <O___,, * (see CREDITS file for the list of authors) *) -(* \VV/ **************************************************************) -(* // * This file is distributed under the terms of the *) -(* * GNU Lesser General Public License Version 2.1 *) -(* * (see LICENSE file for the text of the license) *) -(************************************************************************) - -(* Default priority *) -val async_proofs_worker_priority : CoqworkmgrApi.priority ref - -val loop : - (unit -> unit) -> Coqargs.coq_cmdopts -> string list -> - Coqargs.coq_cmdopts * string list |
