mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
Removed unused atomic latestTaskCountWaited
Related-To: NEO-3869 Change-Id: If7e9db2645c9c9c38d65a0b200960e387441c9ca Signed-off-by: Konstanty Misiak <konstanty.misiak@intel.com>
This commit is contained in:
@@ -415,8 +415,6 @@ class CommandQueue : public BaseObject<_cl_command_queue> {
|
||||
|
||||
std::unique_ptr<FlushStampTracker> flushStamp;
|
||||
|
||||
std::atomic<uint32_t> latestTaskCountWaited{std::numeric_limits<uint32_t>::max()};
|
||||
|
||||
// virtual event that holds last Enqueue information
|
||||
Event *virtualEvent = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user