refactor: remove not needed code

Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
Michal Mrozek
2025-11-28 10:19:50 +00:00
committed by Compute-Runtime-Automation
parent 231cfdc472
commit 68d01f398f
24 changed files with 20 additions and 794 deletions

View File

@@ -67,9 +67,6 @@ class MockWddmMemoryManager : public MemoryManagerCreate<WddmMemoryManager> {
void setDeferredDeleter(DeferredDeleter *deleter) {
this->deferredDeleter.reset(deleter);
}
void setForce32bitAllocations(bool newValue) {
this->force32bitAllocations = newValue;
}
bool validateAllocationMock(WddmAllocation *graphicsAllocation) {
return this->validateAllocation(graphicsAllocation);
}