From c6e308f66a2689e0ac94c51c00e81e44be81923a Mon Sep 17 00:00:00 2001 From: mquinson Date: Sat, 27 Feb 2010 23:06:59 +0000 Subject: [PATCH] Kill a static function raising 'not implemented' which landed in the documentation for some obscure reason git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7146 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/msg/gos.c | 12 ------------ 1 file changed, 12 deletions(-) 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. * -- 2.20.1