aboutsummaryrefslogtreecommitdiff
path: root/proofs/clenv.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-05-12 15:50:02 +0200
committerPierre-Marie Pédrot2020-05-12 15:50:02 +0200
commitc5fdfe6ffef15795ecfde8f18f332ddefd35605e (patch)
tree26924e51902d882a82b1b5f7cff6ac867cb43724 /proofs/clenv.mli
parent20ed9460ec30d7b02aa074c234014f0f2d86ecd3 (diff)
Remove a unused legacy tactic from Clenv.
Diffstat (limited to 'proofs/clenv.mli')
-rw-r--r--proofs/clenv.mli3
1 files changed, 0 insertions, 3 deletions
diff --git a/proofs/clenv.mli b/proofs/clenv.mli
index 1adfdb885a..4279ab4768 100644
--- a/proofs/clenv.mli
+++ b/proofs/clenv.mli
@@ -63,9 +63,6 @@ val clenv_unify :
?flags:unify_flags -> conv_pb -> constr -> constr -> clausenv -> clausenv
(** unifies the concl of the goal with the type of the clenv *)
-val old_clenv_unique_resolver :
- ?flags:unify_flags -> clausenv -> Goal.goal sigma -> clausenv
-
val clenv_unique_resolver :
?flags:unify_flags -> clausenv -> Proofview.Goal.t -> clausenv