X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/66b0686fe441796325c3b5738b1b880d15ce1ea6..1c6ecd7825422241dd932318a4ba03c3df1de985:/src/simix/smx_synchro.c diff --git a/src/simix/smx_synchro.c b/src/simix/smx_synchro.c index ca8f8dc7a7..f5ccd07033 100644 --- a/src/simix/smx_synchro.c +++ b/src/simix/smx_synchro.c @@ -17,7 +17,6 @@ static void _SIMIX_cond_wait(smx_cond_t cond, smx_mutex_t mutex, double timeout, smx_process_t issuer, smx_req_t req); static void _SIMIX_sem_wait(smx_sem_t sem, double timeout, smx_process_t issuer, smx_req_t req); -static void SIMIX_sem_block_onto(smx_sem_t sem); /***************************** Synchro action *********************************/