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

@@ -745,7 +745,6 @@ HWTEST_F(AubCommandStreamReceiverTests, givenAubCommandStreamReceiverWhenWriteMe
auto gfxAllocation = memoryManager->allocateGraphicsMemoryWithProperties(MockAllocationProperties{pDevice->getRootDeviceIndex(), MemoryConstants::pageSize});
const AllocationType onlyOneTimeAubWritableTypes[] = {
AllocationType::pipe,
AllocationType::constantSurface,
AllocationType::globalSurface,
AllocationType::kernelIsa,

View File

@@ -1550,7 +1550,6 @@ HWTEST_F(TbxCommandStreamTests, givenTbxModeWhenPageFaultManagerIsNotAvailableTh
}
static constexpr std::array onceWritableAllocTypesForTbx{
AllocationType::pipe,
AllocationType::constantSurface,
AllocationType::globalSurface,
AllocationType::kernelIsa,