diff options
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/proofs.mllib | 1 | ||||
| -rw-r--r-- | proofs/refiner.ml | 9 | ||||
| -rw-r--r-- | proofs/refiner.mli | 11 |
3 files changed, 0 insertions, 21 deletions
diff --git a/proofs/proofs.mllib b/proofs/proofs.mllib index 790a9dd2cc..5f19c1bb09 100644 --- a/proofs/proofs.mllib +++ b/proofs/proofs.mllib @@ -6,6 +6,5 @@ Proof Logic Goal_select Proof_bullet -Refiner Tacmach Clenv diff --git a/proofs/refiner.ml b/proofs/refiner.ml deleted file mode 100644 index b72d544151..0000000000 --- a/proofs/refiner.ml +++ /dev/null @@ -1,9 +0,0 @@ -(************************************************************************) -(* * The Coq Proof Assistant / The Coq Development Team *) -(* v * Copyright INRIA, CNRS and contributors *) -(* <O___,, * (see version control and CREDITS file for authors & dates) *) -(* \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) *) -(************************************************************************) diff --git a/proofs/refiner.mli b/proofs/refiner.mli deleted file mode 100644 index c38cb23cb0..0000000000 --- a/proofs/refiner.mli +++ /dev/null @@ -1,11 +0,0 @@ -(************************************************************************) -(* * The Coq Proof Assistant / The Coq Development Team *) -(* v * Copyright INRIA, CNRS and contributors *) -(* <O___,, * (see version control and CREDITS file for authors & dates) *) -(* \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) *) -(************************************************************************) - -(** Legacy proof engine. Do not use in newly written code. *) |
