aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/refine.ml
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-11-24 17:15:15 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2017-02-14 17:30:38 +0100
commit531590c223af42c07a93142ab0cea470a98964e6 (patch)
treebfe531d8d32e491a66eceba60995702e20e73757 /proofs/refine.ml
parentb36adb2124d3ba8a5547605e7f89bb0835d0ab10 (diff)
Removing compatibility layers in Retyping
Diffstat (limited to 'proofs/refine.ml')
-rw-r--r--proofs/refine.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/proofs/refine.ml b/proofs/refine.ml
index 32064aff5..c36bb143e 100644
--- a/proofs/refine.ml
+++ b/proofs/refine.ml
@@ -135,7 +135,6 @@ let refine ?(unsafe = true) f =
let with_type env evd c t =
let my_type = Retyping.get_type_of env evd c in
- let my_type = EConstr.of_constr my_type in
let j = Environ.make_judge c my_type in
let (evd,j') =
Coercion.inh_conv_coerce_to true (Loc.ghost) env evd j t