From 0b2b14f09d56aff37e1de21901d12bf9572ede87 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 10 Oct 2012 11:08:40 +0200 Subject: [PATCH 1/1] Remove unused function. --- src/simix/smx_context_raw.c | 13 ------------- 1 file changed, 13 deletions(-) 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. -- 2.20.1