浏览代码

port r14738 from 1.2: drop spurious declaration

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

+ 0 - 1
src/datawizard/interfaces/matrix_interface.c

@@ -32,7 +32,6 @@
 #define BUGGED_MEMCPY3D
 #endif
 
-static int copy_ram_to_ram(void *src_interface, unsigned src_node STARPU_ATTRIBUTE_UNUSED, void *dst_interface, unsigned dst_node STARPU_ATTRIBUTE_UNUSED);
 #ifdef STARPU_USE_CUDA
 static int copy_ram_to_cuda(void *src_interface, unsigned src_node STARPU_ATTRIBUTE_UNUSED, void *dst_interface, unsigned dst_node STARPU_ATTRIBUTE_UNUSED);
 static int copy_cuda_to_ram(void *src_interface, unsigned src_node STARPU_ATTRIBUTE_UNUSED, void *dst_interface, unsigned dst_node STARPU_ATTRIBUTE_UNUSED);