Browse Source

src/core/perfmodel/perfmodel_history.c: remove un-needed variable

Nathalie Furmento 11 years ago
parent
commit
22910be42b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/core/perfmodel/perfmodel_history.c

+ 0 - 1
src/core/perfmodel/perfmodel_history.c

@@ -295,7 +295,6 @@ static void parse_arch(FILE *f, struct starpu_perfmodel *model, unsigned scan_hi
 static void parse_device(FILE *f, struct starpu_perfmodel *model, unsigned scan_history, unsigned * arch, unsigned archmax)
 {
 	unsigned maxncore, ncore, ret;
-	int version;
 
 	/* Parsing maximun number of worker for this device */
 	_starpu_drop_comments(f);