Prechádzať zdrojové kódy

tests/datawizard/interfaces/bcsr/bcsr_interface.c: remove unused variable

Nathalie Furmento 13 rokov pred
rodič
commit
5584ae7ad5

+ 2 - 2
tests/datawizard/interfaces/bcsr/bcsr_interface.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2010, 2011  Centre National de la Recherche Scientifique
+ * Copyright (C) 2010, 2011, 2012  Centre National de la Recherche Scientifique
  * Copyright (C) 2011  Institut National de Recherche en Informatique et Automatique
  *
  * StarPU is free software; you can redistribute it and/or modify
@@ -84,7 +84,7 @@ struct test_config bcsr_config =
 static void
 register_data(void)
 {
-	int i, j;
+	int i;
 
 	for (i = 0; i < SIZE; i++)
 		nzval[i] = i;