Remove not needed DEBUG_BREAK_IF

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2022-05-09 10:17:46 +00:00
committed by Compute-Runtime-Automation
parent 89dac126a1
commit 206e485dfc

View File

@@ -1380,7 +1380,6 @@ uint64_t Drm::getPatIndex(Gmm *gmm, AllocationType allocationType, CacheRegion c
}
if (patIndex == static_cast<uint64_t>(GMM_PAT_ERROR) || closEnabled || hwHelper.isPatIndexFallbackWaRequired()) {
DEBUG_BREAK_IF(true);
patIndex = hwHelper.getPatIndex(cacheRegion, cachePolicy);
}