Skip to content

Commit

Permalink
removed another unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
lslusarczyk committed Sep 10, 2024
1 parent 6cdcd54 commit cbb2a2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/oneapi/dpl/pstl/algorithm_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,6 @@ __find_subrange(_RandomAccessIterator1 __first, _RandomAccessIterator1 __last, _
_RandomAccessIterator2 __s_first, _RandomAccessIterator2 __s_last, _BinaryPredicate __pred,
bool __b_first, _IsVector __is_vector) noexcept
{
typedef typename ::std::iterator_traits<_RandomAccessIterator2>::value_type _ValueType;
auto __n2 = __s_last - __s_first;
if (__n2 < 1)
{
Expand Down

0 comments on commit cbb2a2d

Please sign in to comment.