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 / libsmx.cpp
index 7924a4f..e052a98 100644 (file)
@@ -893,15 +893,6 @@ double simcall_comm_get_remains(smx_synchro_t comm)
   return simcall_BODY_comm_get_remains(comm);
 }
 
-/**
- * \ingroup simix_comm_management
- *
- */
-e_smx_state_t simcall_comm_get_state(smx_synchro_t comm)
-{
-  return simcall_BODY_comm_get_state(comm);
-}
-
 /**
  * \ingroup simix_comm_management
  *