X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/40d11d18a39dec9aad7b4cdcd29be2802d6ad606..cd69f8c66886ae218c6a9b38125b27fe157e6bb2:/include/msg/msg.h?ds=sidebyside diff --git a/include/msg/msg.h b/include/msg/msg.h index 5fceca3e31..55d9b3cde0 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -509,11 +509,5 @@ xbt_dynar_t MSG_vm_get_list_from_hosts(msg_dynar_t) /* Used only by the bindings -- unclean pimple, please ignore if you're not writing a binding */ XBT_PUBLIC(smx_context_t) MSG_process_get_smx_ctx(msg_process_t process); -/* ****************************************************************************************** */ -/* TUTORIAL: New API */ -/* Declare all functions for the API */ -/* ****************************************************************************************** */ -XBT_PUBLIC(int) MSG_new_API_fct(const char* param1, double param2); - SG_END_DECL() #endif