From c91b9b29ed7c9e5981376a4c21e197abff9c9870 Mon Sep 17 00:00:00 2001 From: Marion Guthmuller Date: Fri, 9 Nov 2012 18:45:00 +0100 Subject: [PATCH] model-checker : remove unnecessary comment --- src/mc/mc_global.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mc/mc_global.c b/src/mc/mc_global.c index 4dce1042e4..7457fc55c2 100644 --- a/src/mc/mc_global.c +++ b/src/mc/mc_global.c @@ -604,8 +604,6 @@ void MC_print_statistics_pairs(mc_stats_pair_t stats) //XBT_INFO("Executed transitions = %lu", stats->executed_transitions); XBT_INFO("Expanded / Visited = %lf", (double) stats->visited_pairs / stats->expanded_pairs); - /*XBT_INFO("Exploration coverage = %lf", - (double)stats->expanded_states / stats->state_size); */ } void MC_assert(int prop) -- 2.20.1