Remove unused TimestampPacketContainer method

Change-Id: I7d3b8dc17f5622beac3cff51f6d8351916f046e1
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2020-04-22 19:19:06 +02:00
committed by sys_ocldev
parent 92284c132e
commit fbe0f4d0f3
3 changed files with 0 additions and 29 deletions

View File

@@ -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;