X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e85d120681d3aa69b6b56b9bc0aa2a54498294f2..4e30498a476997994f76de3c9198445c094b2e07:/src/kernel/activity/MailboxImpl.cpp diff --git a/src/kernel/activity/MailboxImpl.cpp b/src/kernel/activity/MailboxImpl.cpp index 4b8a307abd..7af7743a77 100644 --- a/src/kernel/activity/MailboxImpl.cpp +++ b/src/kernel/activity/MailboxImpl.cpp @@ -142,9 +142,6 @@ CommImplPtr MailboxImpl::find_matching_comm(CommImplType type, bool (*match_fun) const CommImplPtr& comm = *iter; XBT_DEBUG("Found a matching communication synchro %p", comm.get()); -#if SIMGRID_HAVE_MC - comm->mbox_cpy = comm->get_mailbox(); -#endif comm->set_mailbox(nullptr); CommImplPtr comm_cpy = comm; if (remove_matching)