Explorar o código

Remove unused variables

Cédric Augonnet %!s(int64=14) %!d(string=hai) anos
pai
achega
c145687170
Modificáronse 2 ficheiros con 0 adicións e 3 borrados
  1. 0 2
      examples/heat/dw_factolu_kernels.c
  2. 0 1
      examples/tag_example/tag_example3.c

+ 0 - 2
examples/heat/dw_factolu_kernels.c

@@ -316,8 +316,6 @@ static inline void dw_common_codelet_update_u11(void *descr[], int s, __attribut
 
 	unsigned long z;
 
-	float pouet;
-
 	switch (s) {
 		case 0:
 			for (z = 0; z < nx; z++)

+ 0 - 1
examples/tag_example/tag_example3.c

@@ -35,7 +35,6 @@ starpu_codelet cl;
 
 static unsigned ni = Ni, nk = Nk;
 static unsigned callback_cnt;
-static unsigned iter = 0;
 
 static void parse_args(int argc, char **argv)
 {