X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f29ed6f3e0d0876378d00801428c2d870d9b1ceb..d51e11eeca324570cf038a3bf6a5d05109903633:/src/simix/smx_context_raw.c diff --git a/src/simix/smx_context_raw.c b/src/simix/smx_context_raw.c index 2b941040d6..55b5d80d9e 100644 --- a/src/simix/smx_context_raw.c +++ b/src/simix/smx_context_raw.c @@ -228,11 +228,6 @@ static void smx_ctx_raw_runall(void); void SIMIX_ctx_raw_factory_init(smx_context_factory_t *factory) { - if(MC_IS_ENABLED && mmalloc_ignore == NULL){ - /* Create list of elements to ignore for heap comparison algorithm */ - MC_ignore_init(); - } - XBT_VERB("Using raw contexts. Because the glibc is just not good enough for us."); smx_ctx_base_factory_init(factory); @@ -506,19 +501,6 @@ static void smx_ctx_raw_runall_serial(void) } #endif -/** - * \brief Stops a raw context. - * - * This function is called when the main function of the context if finished. - * - * \param context the context of the current worker thread - */ -static void smx_ctx_raw_stop_parallel(smx_context_t context) -{ - smx_ctx_base_stop(context); - smx_ctx_raw_suspend_parallel(context); -} - /** * \brief Suspends a running context and resumes another one or returns to * the main function of the current worker thread.