aboutsummaryrefslogtreecommitdiff
path: root/pretyping/evarconv.ml
diff options
context:
space:
mode:
authorMaxime Dénès2018-01-22 09:39:29 +0100
committerMaxime Dénès2018-01-22 09:39:29 +0100
commitd53fa7ca8ea43da2844d64186aacb0eb55a52e81 (patch)
treee1f1979df56aac7c7d2b6cfd9d0f38f43e3fec45 /pretyping/evarconv.ml
parente362c3ecc84099b0187060248b54d5579ff1cea3 (diff)
parentd989eb76de8fc8158161508dc2d032c25e18f373 (diff)
Merge PR #6618: Fix Ltac subterm matching in (co-)fixpoints.
Diffstat (limited to 'pretyping/evarconv.ml')
-rw-r--r--pretyping/evarconv.ml5
1 files changed, 0 insertions, 5 deletions
diff --git a/pretyping/evarconv.ml b/pretyping/evarconv.ml
index 788e4d268a..41c4616f79 100644
--- a/pretyping/evarconv.ml
+++ b/pretyping/evarconv.ml
@@ -276,11 +276,6 @@ let rec ise_app_stack2 env f evd sk1 sk2 =
end
| _, _ -> (sk1,sk2), Success evd
-let push_rec_types pfix env =
- let (i, c, t) = pfix in
- let inj c = EConstr.Unsafe.to_constr c in
- push_rec_types (i, Array.map inj c, Array.map inj t) env
-
(* This function tries to unify 2 stacks element by element. It works
from the end to the beginning. If it unifies a non empty suffix of
stacks but not the entire stacks, the first part of the answer is