Browse Source

drop spurious commit

Samuel Thibault 13 years ago
parent
commit
15e1b57cd1
1 changed files with 0 additions and 1 deletions
  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: