X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/16aeacdf0175d627a50949388a15bd6755dc9883..5b32b671c89ee3010ea843eeabf39aee2f5fad3a:/src/msg/msg_mailbox.c diff --git a/src/msg/msg_mailbox.c b/src/msg/msg_mailbox.c index 29bc223e97..259cc056f5 100644 --- a/src/msg/msg_mailbox.c +++ b/src/msg/msg_mailbox.c @@ -158,7 +158,6 @@ MSG_mailbox_put_with_timeout(msg_mailbox_t mailbox, m_task_t task, smx_action_t comm = SIMIX_req_comm_isend(mailbox, t_simdata->message_size, t_simdata->rate, task, sizeof(void *), NULL, NULL, 0); - t_simdata->comm = comm; SIMIX_req_set_category(comm, task->category); SIMIX_req_comm_wait(comm, timeout); } else {