aboutsummaryrefslogtreecommitdiff
path: root/tactics/auto.ml
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-06-20 13:15:14 +0200
committerPierre-Marie Pédrot2020-06-24 15:38:24 +0200
commitb89584b989d8623a63e85b4a664a730d0f92ed65 (patch)
treead613450624e757e9b3d4f4fd445c60cc1a1dd73 /tactics/auto.ml
parent43b1742b2d7da56315fdc8e99c730fb456259cd5 (diff)
Remove all uses of clenv_unique_resolver.
All calls to this function are now factorized through Clenvtac.res_pf.
Diffstat (limited to 'tactics/auto.ml')
-rw-r--r--tactics/auto.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/tactics/auto.ml b/tactics/auto.ml
index f041af1db1..4f7bb7ee1e 100644
--- a/tactics/auto.ml
+++ b/tactics/auto.ml
@@ -99,8 +99,7 @@ let connect_hint_clenv h gl =
let unify_resolve flags (h : hint) =
Proofview.Goal.enter begin fun gl ->
let clenv, c = connect_hint_clenv h gl in
- let clenv = clenv_unique_resolver ~flags clenv gl in
- Clenvtac.clenv_refine clenv
+ Clenvtac.res_pf ~flags clenv
end
let unify_resolve_nodelta h = unify_resolve auto_unif_flags h