X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a2e006ba859c6110478a89ba0cbd2babc5d15b6a..be647c10d0b1d760b036f1205f314002637d9876:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index da0fca17c2..a947576db3 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -57,7 +57,6 @@ XBT_PUBLIC(void) MSG_config(const char *name, ...); XBT_PUBLIC(void) MSG_init_nocheck(int *argc, char **argv); XBT_PUBLIC(MSG_error_t) MSG_main(void); -XBT_PUBLIC(MSG_error_t) MSG_main_liveness(void); XBT_PUBLIC(MSG_error_t) MSG_clean(void); XBT_PUBLIC(void) MSG_function_register(const char *name, xbt_main_func_t code);