Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Pfff. These functions are actually not available from the high APIs
[simgrid.git] / src / simix / smx_process.cpp
index ed6a6d0..17541e9 100644 (file)
@@ -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.
  *