mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-13 18:23:03 +08:00
refactor: remove not needed code
Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
231cfdc472
commit
68d01f398f
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user