ソースを参照

remove unused variable

Samuel Thibault 10 年 前
コミット
2a4327990e
共有1 個のファイルを変更した0 個の追加2 個の削除を含む
  1. 0 2
      src/datawizard/coherency.c

+ 0 - 2
src/datawizard/coherency.c

@@ -41,8 +41,6 @@ int _starpu_select_src_node(starpu_data_handle_t handle, unsigned destination)
 	double cost = INFINITY;
 	unsigned src_node_mask = 0;
 
-	const struct starpu_data_copy_methods *copy_methods = handle->ops->copy_methods;
-
 	for (node = 0; node < nnodes; node++)
 	{
 		if (handle->per_node[node].state != STARPU_INVALID)