ソースを参照

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);