From 4fc106b8bc6fc871f9d3623010993e47c97ed73c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Guillaume=20Serri=C3=A8re?= Date: Thu, 16 May 2013 16:40:44 +0200 Subject: [PATCH] Remove unused variable. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Guillaume Serrière --- src/surf/surf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/surf/surf.c b/src/surf/surf.c index 0da0209825..3463fad79b 100644 --- a/src/surf/surf.c +++ b/src/surf/surf.c @@ -204,7 +204,6 @@ s_surf_model_description_t surf_new_model_description[] = { static xbt_parmap_t surf_parmap = NULL; /* parallel map on models */ #endif -static int surf_nthreads = 1; /* number of threads of the parmap (1 means no parallelism) */ static double *surf_mins = NULL; /* return value of share_resources for each model */ static int surf_min_index; /* current index in surf_mins */ static double min; /* duration determined by surf_solve */ -- 2.20.1