From: Arnaud Giersch Date: Wed, 10 Oct 2012 09:08:40 +0000 (+0200) Subject: Remove unused function. X-Git-Tag: v3_8~92^2~3 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0b2b14f09d56aff37e1de21901d12bf9572ede87?hp=820b3e5cd70325b3d5f5c4027137d684c5130465;ds=sidebyside Remove unused function. --- diff --git a/src/simix/smx_context_raw.c b/src/simix/smx_context_raw.c index c78a6f8510..55b5d80d9e 100644 --- a/src/simix/smx_context_raw.c +++ b/src/simix/smx_context_raw.c @@ -501,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.