浏览代码

drop spurious commit

Samuel Thibault 13 年之前
父节点
当前提交
15e1b57cd1
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/datawizard/coherency.c

+ 0 - 1
src/datawizard/coherency.c

@@ -163,7 +163,6 @@ static int worker_supports_direct_access(unsigned node, unsigned handling_node)
 			return (_starpu_get_node_kind(handling_node) != STARPU_OPENCL_RAM);
 #else
 			/* Direct GPU-GPU transfers are not allowed in general */
-#error erf
 			return 0;
 #endif
 		case STARPU_OPENCL_RAM: