Skip to content

Commit a009bd2

Browse files
committed
[NATIVECPU] removed unused function
1 parent 0e0b454 commit a009bd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unified-runtime/source/adapters/native_cpu/threadpool.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ class TBB_TasksInfo {
266266
public:
267267
void wait_all() { tp->wait_all(); }
268268
TBB_TasksInfo(TBB_threadpool &t) : tp(&t) {}
269-
static constexpr bool CanWaitInThread() { return false; }
270269
};
271270

272271
template <>

0 commit comments

Comments
 (0)