mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Remove unused code
Change-Id: I342f58dc72a6ed5a9b9d9d30d5c43a109da5ff5b Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
@ -5389,7 +5389,7 @@ cl_int CL_API_CALL clSetProgramReleaseCallback(cl_program program,
|
||||
reinterpret_cast<void *>(pfnNotify));
|
||||
|
||||
if (retVal == CL_SUCCESS) {
|
||||
retVal = pProgram->setReleaseCallback(pfnNotify, userData);
|
||||
retVal = CL_INVALID_OPERATION;
|
||||
}
|
||||
|
||||
return retVal;
|
||||
|
Reference in New Issue
Block a user