mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 09:58:55 +08:00
refactor: remove unnecessary assignement
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
febe905a19
commit
aa2e76cae7
@@ -231,7 +231,6 @@ cl_int Program::createProgramFromBinary(
|
||||
if (rebuild) {
|
||||
return CL_INVALID_BINARY;
|
||||
}
|
||||
rebuild = 0;
|
||||
} else {
|
||||
rebuild |= flagRebuild;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user