Skip to content

Commit

Permalink
Remove redundant method
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkumbrasev authored Aug 26, 2024
1 parent aae7fa6 commit 55abf51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/oneapi/tbb/detail/_task.h
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ class reference_vertex : public wait_tree_vertex_interface {
protected:
virtual void execute_continuation() {}
virtual void destroy() {}
virtual void destroy(const d1::execution_data&) {}

private:
wait_tree_vertex_interface* my_parent;
Expand Down

0 comments on commit 55abf51

Please sign in to comment.