From: Marion Guthmuller Date: Thu, 31 Jan 2013 22:33:43 +0000 (+0100) Subject: model-checker : remove trigger for state equality detection X-Git-Tag: v3_9_90~553 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ae4e4af03720a84f4937d426f1ac8ca4d4fa1291 model-checker : remove trigger for state equality detection --- diff --git a/examples/msg/mc/bugged1_liveness.c b/examples/msg/mc/bugged1_liveness.c index b646d82179..458f5093d2 100644 --- a/examples/msg/mc/bugged1_liveness.c +++ b/examples/msg/mc/bugged1_liveness.c @@ -39,7 +39,6 @@ int coordinator(int argc, char *argv[]) } else { if(strcmp(req, "2") == 0){ XBT_INFO("CS idle. Grant immediatly"); - MC_compare(); answer = MSG_task_create("grant", 0, 1000, NULL); MSG_task_send(answer, req); CS_used = 1;