From 6becfef67157c00c805c26e018c14aec857403e2 Mon Sep 17 00:00:00 2001 From: genaud Date: Tue, 23 Mar 2010 12:59:56 +0000 Subject: [PATCH 1/1] warning unused variable i prevent from building git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7315 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/simix/smx_context_thread.c | 1 - 1 file changed, 1 deletion(-) 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) */ -- 2.20.1