aboutsummaryrefslogtreecommitdiff
path: root/proofs/goal.mli
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-02-26 23:41:38 +0100
committerGaëtan Gilbert2019-03-25 10:53:19 +0100
commitbf840bafc19deba67e5270dfd31b8b6662b73132 (patch)
tree0b35aa63d6faa37356b4b87d763e47577809f6d2 /proofs/goal.mli
parente8fd832d9e487fa57e2efe627223d04ff2977fa9 (diff)
Fix #9652: rewrite fails to detect lack of progress
Diffstat (limited to 'proofs/goal.mli')
-rw-r--r--proofs/goal.mli3
1 files changed, 0 insertions, 3 deletions
diff --git a/proofs/goal.mli b/proofs/goal.mli
index af9fb662bf..665b0c9e59 100644
--- a/proofs/goal.mli
+++ b/proofs/goal.mli
@@ -57,9 +57,6 @@ module V82 : sig
(* Principal part of the progress tactical *)
val progress : goal list Evd.sigma -> goal Evd.sigma -> bool
- (* Principal part of tclNOTSAMEGOAL *)
- val same_goal : Evd.evar_map -> goal -> Evd.evar_map -> goal -> bool
-
(* Used by the compatibility layer and typeclasses *)
val nf_evar : Evd.evar_map -> goal -> goal * Evd.evar_map