X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1a64ca4c11a1eb7ba2ecd102f877ac571486a034..3df0b777791a70f16276ccecdb0ad5f2b524f65f:/include/simgrid/msg.h?ds=sidebyside diff --git a/include/simgrid/msg.h b/include/simgrid/msg.h index 73041159a6..d64a3f57b3 100644 --- a/include/simgrid/msg.h +++ b/include/simgrid/msg.h @@ -298,12 +298,6 @@ XBT_PUBLIC void MSG_create_environment(const char* file); /** @brief Creates the application described in the provided file */ XBT_PUBLIC void MSG_launch_application(const char* file); -#ifndef DOXYGEN -/** @brief register functions bypassing the parser */ -XBT_ATTRIB_DEPRECATED_v329("This function will be removed. Speak up if you need it.") XBT_PUBLIC - void MSG_set_function(const char* host_id, const char* function_name, xbt_dynar_t arguments); -#endif - /** @brief A clock (in second). */ XBT_PUBLIC double MSG_get_clock(); /** @brief Returns the amount of messages sent since the simulation start */