diff options
| author | Jim Fehrle | 2018-08-14 00:22:19 -0700 |
|---|---|---|
| committer | Jim Fehrle | 2018-08-14 00:22:19 -0700 |
| commit | 22c84d37d715b4299a696ac960cf0c3869c0e486 (patch) | |
| tree | 44e0a8125309a0c63b703b64854edb2c80ef46cf /stm | |
| parent | 18b662aa306c58d46292bdf79a2929c91d7d96fd (diff) | |
Remove unneeded file: workerLoop.ml/.mli were moved to toplevel in commit 382ee49
but stm/workerLoop.mli was not removed as it should have been. Hasta la vista.
Diffstat (limited to 'stm')
| -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 |
