Commit b78eb491 authored by Andrey Pavlenko's avatar Andrey Pavlenko

removing a garbage comment

parent 4aefb9f2
...@@ -4571,7 +4571,6 @@ public: ...@@ -4571,7 +4571,6 @@ public:
} }
else else
{ {
// CL_MEM_USE_HOST_PTR (nothing is required) and OTHER cases
cl_int retval = 0; cl_int retval = 0;
void* data = clEnqueueMapBuffer(q, (cl_mem)u->handle, CL_TRUE, void* data = clEnqueueMapBuffer(q, (cl_mem)u->handle, CL_TRUE,
(CL_MAP_READ | CL_MAP_WRITE), (CL_MAP_READ | CL_MAP_WRITE),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment