소스 검색

drop spurious commit

Samuel Thibault 14 년 전
부모
커밋
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: