X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1f0790965ada172e7ac96eb848759e02f7fbc8ca..b9684d3607aa558c95b7185ddf147b478a7e367f:/src/msg/msg_deployment.cpp?ds=sidebyside diff --git a/src/msg/msg_deployment.cpp b/src/msg/msg_deployment.cpp index af82087e81..015d748e8c 100644 --- a/src/msg/msg_deployment.cpp +++ b/src/msg/msg_deployment.cpp @@ -52,18 +52,6 @@ void MSG_function_register_default(xbt_main_func_t code) SIMIX_function_register_default(code); } -/** \ingroup msg_simulation - * \brief Retrieves a registered main function - * - * Registers a code function in a global table. - * This table is then used by #MSG_launch_application. - * \param name the reference name of the function. - */ -xbt_main_func_t MSG_get_registered_function(const char *name) -{ - return SIMIX_get_registered_function(name); -} - /** * \brief register functions bypassing the parser */