소스 검색

Do not declare the same field multiple time

Cédric Augonnet 14 년 전
부모
커밋
8386cce80c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/datawizard/interfaces/void_interface.c

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

@@ -50,7 +50,6 @@ static const struct starpu_data_copy_methods void_copy_data_methods_s = {
         .ram_to_opencl_async = dummy_opencl_copy_async,
 	.opencl_to_ram_async = dummy_opencl_copy_async,
 #endif
-	.cuda_to_cuda = dummy_copy,
 	.cuda_to_spu = dummy_copy,
 	.spu_to_ram = dummy_copy,
 	.spu_to_cuda = dummy_copy,