refactor: remove unnecessary assignement

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2025-09-05 13:24:58 +00:00
committed by Compute-Runtime-Automation
parent febe905a19
commit aa2e76cae7

View File

@@ -231,7 +231,6 @@ cl_int Program::createProgramFromBinary(
if (rebuild) {
return CL_INVALID_BINARY;
}
rebuild = 0;
} else {
rebuild |= flagRebuild;
}