Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill a static function raising 'not implemented' which landed in the documentation...
[simgrid.git] / src / msg / gos.c
index 5e1a703..321bfef 100644 (file)
@@ -267,18 +267,6 @@ MSG_error_t MSG_process_sleep(double nb_sec)
   MSG_RETURN(MSG_OK);
 }
 
   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.
  *
 /** \ingroup msg_gos_functions
  * \brief Listen on \a channel and waits for receiving a task from \a host.
  *