Skip to content

Commit b78eb49

Browse files
author
Andrey Pavlenko
committed
removing a garbage comment
1 parent 4aefb9f commit b78eb49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/core/src/ocl.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4571,7 +4571,6 @@ class OpenCLAllocator : public MatAllocator
45714571
}
45724572
else
45734573
{
4574-
// CL_MEM_USE_HOST_PTR (nothing is required) and OTHER cases
45754574
cl_int retval = 0;
45764575
void* data = clEnqueueMapBuffer(q, (cl_mem)u->handle, CL_TRUE,
45774576
(CL_MAP_READ | CL_MAP_WRITE),

0 commit comments

Comments
 (0)