X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/757c0f8844ae51c9e9a9085165c5dc46e5d1ce5c..6c6d22019a29d1a1e7cd1f52dbb21cf3d330c57c:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index 5280a31f2d..c9c5449410 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -238,10 +238,6 @@ XBT_PUBLIC(MSG_error_t) double timeout); /************************** Action handling **********************************/ -typedef void (*msg_action_fun) (const char *const *args); -XBT_PUBLIC(void) MSG_action_register(const char *action_name, - msg_action_fun function); -XBT_PUBLIC(void) MSG_action_unregister(const char *action_name); MSG_error_t MSG_action_trace_run(char *path); #ifdef MSG_USE_DEPRECATED