Explorar el Código

execute_job_on_cuda(): remove a useless variable.

Cyril Roelandt hace 12 años
padre
commit
dba2e74d2b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/drivers/cuda/driver_cuda.c

+ 0 - 1
src/drivers/cuda/driver_cuda.c

@@ -252,7 +252,6 @@ static int execute_job_on_cuda(struct _starpu_job *j, struct _starpu_worker *arg
 {
 	int ret;
 	uint32_t mask = 0;
-	cudaError_t cures;
 
 	STARPU_ASSERT(j);
 	struct starpu_task *task = j->task;