X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c73f2fe7c4b3dc6deeae12389ae22387928f0872..6becfef67157c00c805c26e018c14aec857403e2:/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) */