X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/51d099097598a993323850816311d3f78956e6a0..efe776a7f971fa0f6641baa5c835364604b600c8:/src/simix/smx_synchro_private.hpp diff --git a/src/simix/smx_synchro_private.hpp b/src/simix/smx_synchro_private.hpp index 51482fffff..97fc9b8484 100644 --- a/src/simix/smx_synchro_private.hpp +++ b/src/simix/smx_synchro_private.hpp @@ -8,8 +8,6 @@ #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