CL: remove the deprecated function clSetCommandQueueProperty.
authorZhigang Gong <zhigang.gong@linux.intel.com>
Thu, 27 Jun 2013 11:38:25 +0000 (19:38 +0800)
committerZhigang Gong <zhigang.gong@linux.intel.com>
Thu, 27 Jun 2013 11:38:25 +0000 (19:38 +0800)
commit1afd7681a259b526e921d03ad4d11ff4985e7ac9
tree489bbf198184c280b3df8af9ca103a9b7cbeeb01
parent2dd6e7f82536aa59c59025c061cf06c6b84f43fe
CL: remove the deprecated function clSetCommandQueueProperty.

According to the Open CL spec:
The clSetCommandQueueProperty API is no longer supported in OpenCL 1.1.
so we remove the corresponding function here.

Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
src/cl_api.c