diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-11-27 17:56:21 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-11-27 19:12:21 +0200 |
commit | 52f9606ed0af7acdf330eb70b84d7c9bd6abdd52 (patch) | |
tree | c0b6bf2eb7bf80167552ca5f4e79ed06a476206c /include/opencl | |
parent | 598f25c85793aab78b5ecce733c65a66860d0c5c (diff) |
The OpenCLEnv struct is used only inside openclwrapper.cxx
Change-Id: I95fbee302213e6ced469dd7a2a1c254178159357
Diffstat (limited to 'include/opencl')
-rw-r--r-- | include/opencl/openclwrapper.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/opencl/openclwrapper.hxx b/include/opencl/openclwrapper.hxx index 1a392e53c924..6e520a7d0711 100644 --- a/include/opencl/openclwrapper.hxx +++ b/include/opencl/openclwrapper.hxx @@ -45,14 +45,6 @@ struct KernelEnv namespace opencl { -struct OpenCLEnv -{ - cl_platform_id mpOclPlatformID; - cl_context mpOclContext; - cl_device_id mpOclDevsID; - cl_command_queue mpOclCmdQueue; -}; - struct GPUEnv { //share vb in all modules in hb library |