Browse Source

Do not declare the same field multiple time

Cédric Augonnet 14 years ago
parent
commit
8386cce80c
1 changed files with 0 additions and 1 deletions
  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,