Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make SIMIX_comm_finish() public
[simgrid.git] / src / simix / smx_network.c
index a795bd2..5508aa8 100644 (file)
@@ -16,7 +16,6 @@ static xbt_dict_t rdv_points = NULL;
 unsigned long int smx_total_comms = 0;
 
 static XBT_INLINE void SIMIX_comm_start(smx_action_t action);
-static void SIMIX_comm_finish(smx_action_t action);
 static void SIMIX_waitany_req_remove_from_actions(smx_req_t req);
 static void SIMIX_comm_copy_data(smx_action_t comm);
 static smx_action_t SIMIX_comm_new(e_smx_comm_type_t type);