X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/334e868fd56cf359ef71557b7eba026687fbef73..578dd56a4a07709db1922ff5edd98f0c8f3090f9:/src/simix/smx_process.cpp?ds=sidebyside diff --git a/src/simix/smx_process.cpp b/src/simix/smx_process.cpp index ed6a6d0ebb..17541e9e2f 100644 --- a/src/simix/smx_process.cpp +++ b/src/simix/smx_process.cpp @@ -912,16 +912,6 @@ void SIMIX_process_sleep_destroy(smx_synchro_t synchro) } } -void SIMIX_process_sleep_suspend(smx_synchro_t synchro) -{ - synchro->suspend(); //FIXME: USELESS -} - -void SIMIX_process_sleep_resume(smx_synchro_t synchro) -{ - synchro->resume(); //FIXME: USELESS -} - /** * \brief Calling this function makes the process to yield. *