From ae4e4af03720a84f4937d426f1ac8ca4d4fa1291 Mon Sep 17 00:00:00 2001 From: Marion Guthmuller Date: Thu, 31 Jan 2013 23:33:43 +0100 Subject: [PATCH] model-checker : remove trigger for state equality detection --- examples/msg/mc/bugged1_liveness.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.20.1