Browse Source

partially revert #2303: this was not meant to be committed

Nathalie Furmento 15 years ago
parent
commit
264c0540ed
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/drivers/opencl/driver_opencl_utils.c

+ 0 - 1
src/drivers/opencl/driver_opencl_utils.c

@@ -208,7 +208,6 @@ cl_int _starpu_opencl_load_program(cl_context context, char *program_name, cl_de
 		fprintf(stderr, "Error: Failed to build program executable!\n");
 		clGetProgramBuildInfo(*program, device, CL_PROGRAM_BUILD_LOG, sizeof(buffer), buffer, &len);
 		fprintf(stderr, "%s\n", buffer);
-                STARPU_OPENCL_REPORT_ERROR(err);
                 return err;
 	}