summaryrefslogtreecommitdiff
path: root/include/opencl/openclwrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/opencl/openclwrapper.hxx')
-rw-r--r--include/opencl/openclwrapper.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/opencl/openclwrapper.hxx b/include/opencl/openclwrapper.hxx
index fe677729460b..1541739e7c95 100644
--- a/include/opencl/openclwrapper.hxx
+++ b/include/opencl/openclwrapper.hxx
@@ -43,7 +43,6 @@ struct GPUEnv
cl_platform_id mpPlatformID;
cl_device_type mDevType;
cl_context mpContext;
- cl_device_id *mpArryDevsID;
cl_device_id mpDevID;
cl_command_queue mpCmdQueue[OPENCL_CMDQUEUE_SIZE];
cl_program mpArryPrograms[MAX_CLFILE_NUM]; //one program object maps one kernel source file