Remove not needed locks in internal allocation storage

Change-Id: Ia8a084b5cb128c7888445efde6d33f43f3af2809
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2018-10-31 09:14:45 +00:00
committed by sys_ocldev
parent 200228b506
commit 8dc28f2445
2 changed files with 0 additions and 9 deletions

View File

@@ -8,8 +8,6 @@
#pragma once
#include "runtime/memory_manager/allocations_list.h"
#include <cstdint>
#include <memory>
#include <mutex>
namespace OCLRT {
class CommandStreamReceiver;
@@ -28,7 +26,6 @@ class InternalAllocationStorage {
protected:
void freeAllocationsList(uint32_t waitTaskCount, AllocationsList &allocationsList);
std::recursive_mutex mutex;
CommandStreamReceiver &commandStreamReceiver;
AllocationsList temporaryAllocations;