mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
Remove unused TimestampPacketContainer method
Change-Id: I7d3b8dc17f5622beac3cff51f6d8351916f046e1 Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
92284c132e
commit
fbe0f4d0f3
@@ -96,7 +96,6 @@ class TimestampPacketContainer : public NonCopyableClass {
|
||||
void assignAndIncrementNodesRefCounts(const TimestampPacketContainer &inputTimestampPacketContainer);
|
||||
void resolveDependencies(bool clearAllDependencies);
|
||||
void makeResident(CommandStreamReceiver &commandStreamReceiver);
|
||||
bool isCompleted() const;
|
||||
|
||||
protected:
|
||||
std::vector<Node *> timestampPacketNodes;
|
||||
|
||||
Reference in New Issue
Block a user