X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f6a147ae4d559391e52232a5d0cde1cd5adf9e62..40d11d18a39dec9aad7b4cdcd29be2802d6ad606:/src/msg/msg_private.h diff --git a/src/msg/msg_private.h b/src/msg/msg_private.h index fadcf96b14..d461ecc824 100644 --- a/src/msg/msg_private.h +++ b/src/msg/msg_private.h @@ -169,9 +169,6 @@ void MSG_process_create_from_SIMIX(smx_process_t *process, const char *name, smx_process_t parent_process); void MSG_comm_copy_data_from_SIMIX(smx_action_t comm, void* buff, size_t buff_size); -void _MSG_action_init(void); -void _MSG_action_exit(void); - void MSG_post_create_environment(void); static inline void *msg_host_resource_priv(const void *host) {