diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-24 14:10:37 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-24 14:20:26 +0200 |
commit | 60795a7fd1c467882a9038a91a09953148a448ad (patch) | |
tree | 6a27d746b6c2e1ebaf72f892c5581574b9560aef /include/opencl | |
parent | 73b7c5034fcc024c6b5d50f4a78c2b3a855bc73e (diff) |
loplugin:unusedfields in include/oox/
Change-Id: Ie7a53f3ecc05d1d4f6f71aa8165315f9155c60dc
Diffstat (limited to 'include/opencl')
-rw-r--r-- | include/opencl/openclwrapper.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/opencl/openclwrapper.hxx b/include/opencl/openclwrapper.hxx index 1541739e7c95..24d8714ec7ce 100644 --- a/include/opencl/openclwrapper.hxx +++ b/include/opencl/openclwrapper.hxx @@ -41,7 +41,6 @@ struct GPUEnv { //share vb in all modules in hb library cl_platform_id mpPlatformID; - cl_device_type mDevType; cl_context mpContext; cl_device_id mpDevID; cl_command_queue mpCmdQueue[OPENCL_CMDQUEUE_SIZE]; |