From 107550dc3139edda069a66fbacfc677d728d0ef9 Mon Sep 17 00:00:00 2001 From: Marion Guthmuller Date: Sun, 2 Dec 2012 22:15:23 +0100 Subject: [PATCH] model-checker : statistics printed twice if exhaustive exploration --- src/mc/mc_global.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mc/mc_global.c b/src/mc/mc_global.c index 6050c5738b..6ad2f2c8df 100644 --- a/src/mc/mc_global.c +++ b/src/mc/mc_global.c @@ -273,7 +273,6 @@ void MC_modelcheck_liveness(){ void MC_exit(void) { - MC_print_statistics(mc_stats); xbt_free(mc_time); MC_memory_exit(); } -- 2.20.1