From: Enrico Tassi Date: Sat, 8 Sep 2007 23:41:11 +0000 (+0000) Subject: removed an assertion that makes no more sense to me X-Git-Tag: 0.4.95@7852~189 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=44aa55bf163d11530fd59287bc175c50bb055ae8 removed an assertion that makes no more sense to me --- diff --git a/components/library/coercDb.ml b/components/library/coercDb.ml index fae096229..14ddf7c86 100644 --- a/components/library/coercDb.ml +++ b/components/library/coercDb.ml @@ -183,7 +183,6 @@ let add_coercion (src,tgt,u,saturations) = if List.exists (fun (x,_,_) -> UriManager.eq u x) l then let l' = List.map (fun (x,n,saturations') -> - assert (saturations=saturations'); if UriManager.eq u x then (x,n+1,saturations) else