Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove doublons caused by extra pop
[simgrid.git] / src / msg / msg_gos.cpp
index 7a80ef3..04a9e01 100644 (file)
@@ -306,8 +306,6 @@ static inline msg_comm_t MSG_task_isend_internal(msg_task_t task, const char* al
   if (TRACE_is_enabled() && task->category != nullptr)
     simgrid::simix::simcall([comm, task] { comm->get_impl()->set_category(task->category); });
 
-  TRACE_msg_task_put_end();
-
   return msg_comm;
 }