Explorar el Código

drop now-unused variable

Samuel Thibault hace 9 años
padre
commit
b67f5823fc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);