X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b3d9680ac65d8bdd8e267aed69fc32a5abab12d7..9ad959d48fa6a513def7651fbcc70f50ad0f0c04:/src/simix/private.h diff --git a/src/simix/private.h b/src/simix/private.h index b130cf9337..195a77db88 100644 --- a/src/simix/private.h +++ b/src/simix/private.h @@ -164,7 +164,6 @@ typedef struct s_smx_comm { void SIMIX_network_copy_data(smx_comm_t comm); smx_comm_t SIMIX_communication_new(smx_comm_type_t type); -void SIMIX_communication_destroy(smx_comm_t comm); static inline void SIMIX_communication_use(smx_comm_t comm); static inline void SIMIX_communication_wait_for_completion(smx_comm_t comm, double timeout); static inline void SIMIX_rdv_push(smx_rdv_t rdv, smx_comm_t comm);