aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/contradiction.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/contradiction.ml')
-rw-r--r--tactics/contradiction.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tactics/contradiction.ml b/tactics/contradiction.ml
index afc7e1547..a3a448aad 100644
--- a/tactics/contradiction.ml
+++ b/tactics/contradiction.ml
@@ -116,7 +116,6 @@ let contradiction_term (c,lbind as cl) =
let env = Proofview.Goal.env gl in
let type_of = Tacmach.New.pf_unsafe_type_of gl in
let typ = type_of c in
- let typ = EConstr.of_constr typ in
let _, ccl = splay_prod env sigma typ in
if is_empty_type sigma ccl then
Tacticals.New.tclTHEN