Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SIMIX_synchro_wait becomes RawImpl::start
[simgrid.git] / src / simix / smx_synchro_private.hpp
index 51482ff..97fc9b8 100644 (file)
@@ -8,8 +8,6 @@
 
 #include "src/simix/ActorImpl.hpp"
 
 
 #include "src/simix/ActorImpl.hpp"
 
-smx_activity_t SIMIX_synchro_wait(sg_host_t smx_host, double timeout);
-
 XBT_PRIVATE void SIMIX_synchro_stop_waiting(smx_actor_t process, smx_simcall_t simcall);
 
 #endif
 XBT_PRIVATE void SIMIX_synchro_stop_waiting(smx_actor_t process, smx_simcall_t simcall);
 
 #endif