Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill dead MC code
[simgrid.git] / src / kernel / activity / MailboxImpl.cpp
index 4b8a307..7af7743 100644 (file)
@@ -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)