Explorar o código

port r14738 from 1.2: drop spurious declaration

Samuel Thibault %!s(int64=10) %!d(string=hai) anos
pai
achega
fdda34a74b
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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);