refactor: remove not needed debug_break_if

Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2024-02-19 15:40:04 +00:00
committed by Compute-Runtime-Automation
parent d9b662a735
commit 915b19b0be

View File

@@ -79,8 +79,6 @@ void InOrderExecInfo::reset() {
if (deviceCounterAllocation) {
memset(deviceCounterAllocation->getUnderlyingBuffer(), 0, deviceCounterAllocation->getUnderlyingBufferSize());
} else {
DEBUG_BREAK_IF(!deviceAddress);
}
if (hostCounterAllocation) {