Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : statistics printed twice if exhaustive exploration
[simgrid.git] / src / mc / mc_global.c
index 6050c57..6ad2f2c 100644 (file)
@@ -273,7 +273,6 @@ void MC_modelcheck_liveness(){
 
 void MC_exit(void)
 {
-  MC_print_statistics(mc_stats);
   xbt_free(mc_time);
   MC_memory_exit();
 }