mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
style: skip redundant unique_ptr::get function
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d18e89e439
commit
943ad0e1eb
@@ -105,7 +105,7 @@ class MockMemoryManager : public MemoryManagerCreate<OsAgnosticMemoryManager> {
|
||||
void waitForEnginesCompletion(GraphicsAllocation &graphicsAllocation) override {
|
||||
waitForEnginesCompletionCalled++;
|
||||
if (waitAllocations.get()) {
|
||||
waitAllocations.get()->addAllocation(&graphicsAllocation);
|
||||
waitAllocations->addAllocation(&graphicsAllocation);
|
||||
}
|
||||
MemoryManager::waitForEnginesCompletion(graphicsAllocation);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user