diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/opencl/openclwrapper.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/core/opencl/openclwrapper.cxx b/sc/source/core/opencl/openclwrapper.cxx index 0c9472137119..1e0719bb96d9 100644 --- a/sc/source/core/opencl/openclwrapper.cxx +++ b/sc/source/core/opencl/openclwrapper.cxx @@ -743,9 +743,6 @@ int OpenclDevice::InitOpenclRunEnv(GPUEnv *gpuInfo) } } - status = clGetCommandQueueInfo(gpuInfo->mpCmdQueue, - CL_QUEUE_THREAD_HANDLE_AMD, 0, NULL, NULL); - return 0; } |