aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev/base_include1
-rw-r--r--proofs/proofs.mllib1
-rw-r--r--proofs/refiner.ml9
-rw-r--r--proofs/refiner.mli11
4 files changed, 0 insertions, 22 deletions
diff --git a/dev/base_include b/dev/base_include
index 67ea3a1fa1..1f14fc2941 100644
--- a/dev/base_include
+++ b/dev/base_include
@@ -114,7 +114,6 @@ open Logic
open Proof
open Proof_using
open Redexpr
-open Refiner
open Tacmach
open Hints
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. *)