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_network.cpp
index 03d3519..14ebd76 100644 (file)
@@ -852,17 +852,6 @@ void SIMIX_comm_cancel(smx_synchro_t synchro)
   }
 }
 
-void SIMIX_comm_suspend(smx_synchro_t synchro)
-{
-  synchro->suspend(); // FIXME: USELESS
-}
-
-void SIMIX_comm_resume(smx_synchro_t synchro)
-{
-  synchro->resume(); // FIXME: USELESS
-}
-
-
 /************* synchro Getters **************/
 
 /**