浏览代码

drop unused variable

Samuel Thibault 10 年之前
父节点
当前提交
8ac20891f9
共有 1 个文件被更改,包括 1 次插入3 次删除
  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)
 		{