X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d73db7e7e4a9ed4b54614699d8bd6afe97b5fa4f..7202794f0297f62f99a8a1b0e07d91c77699b60c:/src/msg/gos.c diff --git a/src/msg/gos.c b/src/msg/gos.c index 51ea845fc5..58ba381cda 100644 --- a/src/msg/gos.c +++ b/src/msg/gos.c @@ -98,7 +98,6 @@ static MSG_error_t __MSG_task_get_with_time_out_from_host(m_task_t * task, while(MSG_process_is_suspended(t_simdata->sender)) { DEBUG1("Oooups, the sender (%s) has been suspended in the meantime. Let's wait for him", t_simdata->sender->name); - /*m_task_t task_to_wait_for = t_simdata->sender->simdata->waiting_task;*/ task_to_wait_for = t_simdata->sender->simdata->waiting_task; if(__MSG_process_isBlocked(t_simdata->sender)) { DEBUG0("He's blocked. Let's wait for him to go in the suspended state");