Skip to content

Commit b9e1c35

Browse files
include/oneapi/dpl/pstl/algorithm_impl.h - fix compile error: unused variable ‘__buf_len’ [-Werror=unused-variable]
1 parent 497582c commit b9e1c35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/oneapi/dpl/pstl/algorithm_impl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3594,7 +3594,6 @@ struct _ParallelSetOpStrictScanPred
35943594
__proj2, __proj1);
35953595

35963596
const _DifferenceType __buf_pos = __size_func(__b - __first1, __bb - __first2);
3597-
const _DifferenceType __buf_len = __size_func(__e - __b, __ee - __bb);
35983597

35993598
auto __buffer_b = __buf_raw_data_begin + __buf_pos;
36003599

0 commit comments

Comments
 (0)