X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/98c7b18f3f7145fc71f5fec9309cc272c5359b92..7d4a9a7e27436e76b10c1b1f9ce794655dc070a2:/src/msg/msg_gos.c diff --git a/src/msg/msg_gos.c b/src/msg/msg_gos.c index 1b6ac3d821..38b579d283 100644 --- a/src/msg/msg_gos.c +++ b/src/msg/msg_gos.c @@ -434,13 +434,6 @@ int MSG_comm_test(msg_comm_t comm) xbt_ex_t e; int finished = 0; - /* Ignore some variables from xbt/ex.h used by exception e for stacks comparison */ - if (MC_is_active()){ - MC_ignore_stack("e", "MSG_comm_test"); - MC_ignore_stack("__ex_cleanup", "MSG_comm_test"); - MC_ignore_stack("__ex_mctx_me", "MSG_comm_test"); - } - TRY { finished = simcall_comm_test(comm->s_comm);