refactor: remove redundant code

Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
Michal Mrozek
2025-08-25 13:55:23 +00:00
committed by Compute-Runtime-Automation
parent 135d249c68
commit 6ef0af7e22
18 changed files with 8 additions and 37 deletions

View File

@@ -219,7 +219,6 @@ class GraphicsAllocation : public IDNode<GraphicsAllocation>, NEO::NonCopyableAn
allocationType == AllocationType::globalSurface ||
allocationType == AllocationType::internalHeap ||
allocationType == AllocationType::linearStream ||
allocationType == AllocationType::pipe ||
allocationType == AllocationType::printfSurface ||
allocationType == AllocationType::timestampPacketTagBuffer ||
allocationType == AllocationType::ringBuffer ||