Переглянути джерело

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