Remove not needed access modifier

Change-Id: I70892145ccc2e0a44ae7178fc3ce46c3488cdfb1
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2020-02-26 14:01:05 +01:00
committed by Bartosz Dunajski
parent db012c9d5c
commit 47021dcc69

View File

@ -444,7 +444,6 @@ class CommandQueueHw : public CommandQueue {
bool obtainTimestampPacketForCacheFlush(bool isCacheFlushCommand) const;
private:
bool isTaskLevelUpdateRequired(const uint32_t &taskLevel, const cl_event *eventWaitList, const cl_uint &numEventsInWaitList, unsigned int commandType);
void obtainTaskLevelAndBlockedStatus(unsigned int &taskLevel, cl_uint &numEventsInWaitList, const cl_event *&eventWaitList, bool &blockQueueStatus, unsigned int commandType) override;
void forceDispatchScheduler(NEO::MultiDispatchInfo &multiDispatchInfo);