Browse Source

Remove unused variable.

Cyril Roelandt 13 years ago
parent
commit
a1310acda5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/filters/custom_mf/custom_opencl.c

+ 0 - 1
examples/filters/custom_mf/custom_opencl.c

@@ -47,7 +47,6 @@ void custom_scal_opencl_func(void *buffers[], void *args)
 
 
 	void *x = CUSTOM_GET_OPENCL_X_PTR(buffers[0]);
-	int douze;
 	if (starpu_opencl_set_kernel_args(&err, &kernel,
 					  sizeof(aop), &aop,
 					  sizeof(x), &x,