summaryrefslogtreecommitdiff
path: root/src/cl_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cl_context.h')
-rw-r--r--src/cl_context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cl_context.h b/src/cl_context.h
index 3a2e13be..36db04fb 100644
--- a/src/cl_context.h
+++ b/src/cl_context.h
@@ -126,8 +126,6 @@ struct _cl_context {
/* All programs internal used, for example clEnqueuexxx api use */
cl_kernel internal_kernels[CL_INTERNAL_KERNEL_MAX];
/* All kernels for clenqueuexxx api, for example clEnqueuexxx api use */
- cl_program built_in_prgs; /*all built-in kernels belongs to this program only*/
- cl_kernel built_in_kernels[CL_INTERNAL_KERNEL_MAX];
uint32_t ver; /* Gen version */
struct _cl_context_prop props;
cl_context_properties * prop_user; /* a copy of user passed context properties when create context */