X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4cc5d70a3fe754f95107d487e4efcf5bc7cd85a8..c6e308f66a2689e0ac94c51c00e81e44be81923a:/src/msg/gos.c diff --git a/src/msg/gos.c b/src/msg/gos.c index 5e1a703053..321bfef6fa 100644 --- a/src/msg/gos.c +++ b/src/msg/gos.c @@ -267,18 +267,6 @@ MSG_error_t MSG_process_sleep(double nb_sec) MSG_RETURN(MSG_OK); } -/** \ingroup msg_gos_functions - * \brief Return the number of MSG tasks currently running on - * the host of the current running process. - */ -static int MSG_get_msgload(void) -{ - xbt_die("not implemented yet"); - return 0; -} - - - /** \ingroup msg_gos_functions * \brief Listen on \a channel and waits for receiving a task from \a host. *