X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a6a397ff4796b51612a295c39ce1f762ea9933e6..ba58c8b937ee08fc2b46be62a50b0b3ff0b0104f:/src/simix/smx_context_thread.c diff --git a/src/simix/smx_context_thread.c b/src/simix/smx_context_thread.c index 53f343d7b6..c332693461 100644 --- a/src/simix/smx_context_thread.c +++ b/src/simix/smx_context_thread.c @@ -77,7 +77,6 @@ smx_ctx_thread_factory_create_context(xbt_main_func_t code, int argc, char** arg static void smx_ctx_thread_free(smx_context_t pcontext) { - int i; smx_ctx_thread_t context = (smx_ctx_thread_t)pcontext; /* check if this is the context of maestro (it doesn't has a real thread) */