Skip to content

Commit 981eb42

Browse files
authored
Remove dead function from task_handle class (#1860)
1 parent 6f468b0 commit 981eb42

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/oneapi/tbb/detail/_task_handle.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,6 @@ class task_handle {
267267
#endif
268268

269269
task_handle(task_handle_task* t) : m_handle {t}{}
270-
271-
d1::task* release() {
272-
return m_handle.release();
273-
}
274270
};
275271

276272
struct task_handle_accessor {

0 commit comments

Comments
 (0)