mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
refactor: remove not needed debug_break_if
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d9b662a735
commit
915b19b0be
@@ -79,8 +79,6 @@ void InOrderExecInfo::reset() {
|
||||
|
||||
if (deviceCounterAllocation) {
|
||||
memset(deviceCounterAllocation->getUnderlyingBuffer(), 0, deviceCounterAllocation->getUnderlyingBufferSize());
|
||||
} else {
|
||||
DEBUG_BREAK_IF(!deviceAddress);
|
||||
}
|
||||
|
||||
if (hostCounterAllocation) {
|
||||
|
||||
Reference in New Issue
Block a user