Explorar o código

drop unused variable

Samuel Thibault %!s(int64=10) %!d(string=hai) anos
pai
achega
8ac20891f9
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      examples/stencil/stencil-blocks.c

+ 1 - 3
examples/stencil/stencil-blocks.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2010, 2013-2014  Université de Bordeaux
+ * Copyright (C) 2010, 2013-2015  Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by
@@ -348,8 +348,6 @@ void free_memory_on_node(int rank)
 
 		int node = block->mpi_node;
 
-		unsigned size_bz = block_sizes_z[bz];
-
 		/* Main blocks */
 		if (node == rank)
 		{