X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a0c5b1ab11469128ad826610f54b1f0f332bd172..7ac4abc35931448d0bbc5f3c1260320dfe4110c9:/src/simix/smx_network.cpp diff --git a/src/simix/smx_network.cpp b/src/simix/smx_network.cpp index b9e5ced9c9..528ceda881 100644 --- a/src/simix/smx_network.cpp +++ b/src/simix/smx_network.cpp @@ -129,7 +129,6 @@ XBT_PRIVATE smx_activity_t simcall_HANDLER_comm_isend(smx_simcall_t simcall, smx other_comm->state = SIMIX_READY; other_comm->type = SIMIX_COMM_READY; - } src_proc->comms.push_back(other_comm);