Parcourir la source

drop now-unused variable

Samuel Thibault il y a 9 ans
Parent
commit
b67f5823fc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/core/perfmodel/perfmodel_history.c

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

@@ -765,7 +765,7 @@ void _starpu_perfmodel_realloc(struct starpu_perfmodel *model, int nb)
 void starpu_perfmodel_init(struct starpu_perfmodel *model)
 {
 	int already_init;
-	int i, ncombs;
+	int ncombs;
 
 	STARPU_ASSERT(model);