From: Enrico Tassi Date: Sat, 20 May 2006 10:11:47 +0000 (+0000) Subject: removed a bad prerr_endline X-Git-Tag: 0.4.95@7852~1450 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=97d5c628470f472501ee41a5cc2e045ca89bfbf0;p=helm.git removed a bad prerr_endline --- diff --git a/components/tactics/paramodulation/saturation.ml b/components/tactics/paramodulation/saturation.ml index 8a31d6253..c8e74642b 100644 --- a/components/tactics/paramodulation/saturation.ml +++ b/components/tactics/paramodulation/saturation.ml @@ -1837,7 +1837,7 @@ let saturate proof goalno (CicMetaSubst.apply_subst final_subst) real_menv in let open_goals = - match free_meta with Some (Cic.Meta (m,_)) -> [m] | _ -> [] + match free_meta with Some(Cic.Meta(m,_)) when m<>goalno ->[m] | _ ->[] in Printf.eprintf "GOALS APERTI: %s\nMETASENV PRIMA:\n%s\nMETASENV DOPO:\n%s\n"