Files
libreoffice/opencl
Stephan Bergmann 928c854f7d Remove unused OpenCLEnv::mpOclCmdQueue
unused since 4eea4af892 "tdf#103204 opencl:
initialize command queue on demand"

(found by upcoming loplugin:unusedmember)

Change-Id: Ic8ab914699d5a99338abdfc315001603a8255e1b
2019-11-26 19:46:06 +01:00
..

OpenCL-related code that is not specific to any particular
functionality OpenCL is used for. (Like formula group calculation in
Calc.)

Not compiled on platforms where OpenCL is not available (iOS and
Android). On other platforms OpenCL is optional at run-time, but not
at build time.