X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/578dd56a4a07709db1922ff5edd98f0c8f3090f9..38e2adf74c9fccec6487e953bcb6895b72786dc1:/src/simix/smx_private.hpp diff --git a/src/simix/smx_private.hpp b/src/simix/smx_private.hpp index 71504cd3a1..591265e2bb 100644 --- a/src/simix/smx_private.hpp +++ b/src/simix/smx_private.hpp @@ -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 {