]> matita.cs.unibo.it Git - helm.git/commitdiff
Removed old debugging assertion
authordenes <??>
Tue, 23 Jun 2009 22:46:49 +0000 (22:46 +0000)
committerdenes <??>
Tue, 23 Jun 2009 22:46:49 +0000 (22:46 +0000)
helm/software/components/ng_paramodulation/paramod.ml

index ec098a61597142d0b603674c27d8cac95487dca4..e747d6693bc228227cb8c037801a4538957f9f45 100644 (file)
@@ -147,7 +147,6 @@ let nparamod rdb metasenv subst context t table =
     let bag,maxvar,actives,passives,g_actives,g_passives =      
       aux_select passives g_passives
     in
-      assert (PassiveSet.cardinal g_passives < 2);
       debug
        (Printf.sprintf "Number of active goals : %d"
           (List.length g_actives));