aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/recdef/recdef.ml416
1 files changed, 0 insertions, 16 deletions
diff --git a/contrib/recdef/recdef.ml4 b/contrib/recdef/recdef.ml4
index 0c9d731c19..21ee8cf6b3 100644
--- a/contrib/recdef/recdef.ml4
+++ b/contrib/recdef/recdef.ml4
@@ -359,22 +359,6 @@ let rec list_cond_rewrite k def pmax cond_eqs le_proofs =
let (na,_,eq_t') = destProd eq_t in
let _,_,eq_t'' = destProd eq_t' in
let na',_,_ = destProd eq_t'' in
- msgnl (str "eq_id := " ++ Ppconstr.pr_id eq);
- let k_id =
- match na with
- | Name id ->
- msgnl (str "k_id := "++ Ppconstr.pr_id id);
- id
- | _ -> anomaly "k_id"
- in
- let def_id =
- match na' with
- | Name id -> id
- | _ -> anomaly "def_id"
- in
- msgnl (str "k_id := "++ Ppconstr.pr_id k_id);
- msgnl (str "def_id := "++ Ppconstr.pr_id def_id);
- msgnl (str "eq_t := "++ Printer.pr_lconstr_env (pf_env g) eq_t);
tclTHENS
(general_rewrite_bindings false
(mkVar eq,