removing a garbage comment

pull/5242/head
Andrey Pavlenko 10 years ago
parent 4aefb9f2fc
commit b78eb49178
  1. 1
      modules/core/src/ocl.cpp

@ -4571,7 +4571,6 @@ public:
}
else
{
// CL_MEM_USE_HOST_PTR (nothing is required) and OTHER cases
cl_int retval = 0;
void* data = clEnqueueMapBuffer(q, (cl_mem)u->handle, CL_TRUE,
(CL_MAP_READ | CL_MAP_WRITE),

Loading…
Cancel
Save