X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1b30f00857843f1cee60814ed519ff82e8ef4787..d74bb413a4b25a580d7cfc96065b638292a2e679:/src/msg/task.c?ds=sidebyside diff --git a/src/msg/task.c b/src/msg/task.c index 05a1a3e907..e3bf5c158a 100644 --- a/src/msg/task.c +++ b/src/msg/task.c @@ -279,16 +279,3 @@ void MSG_task_set_priority(m_task_t task, double priority) } -/** \ingroup m_task_management - * \brief Sets the user data of a #m_task_t. - * - * This function allows to test if a task contains a not_null data - * return 1 (if true) - */ -int MSG_task_has_data(m_task_t task) -{ - - return (task->data != NULL); - -} -