Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill a useless accessor
[simgrid.git] / src / simix / smx_private.hpp
index 71504cd..591265e 100644 (file)
@@ -60,16 +60,6 @@ static inline smx_context_t SIMIX_context_self(void)
     return nullptr;
 }
 
-/**
- \brief returns the SIMIX process associated to a context
- \param context The context
- \return The SIMIX process
- */
-static inline smx_process_t SIMIX_context_get_process(smx_context_t context)
-{
-  return context->process();
-}
-
 namespace simgrid {
 namespace simix {