Skip to content

Commit

Permalink
Remove unused __is_passed_directly_range utility
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Michel <[email protected]>
  • Loading branch information
mmichel11 committed Jan 7, 2025
1 parent 86b9c89 commit ffd95cc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions include/oneapi/dpl/pstl/hetero/dpcpp/utils_ranges_sycl.h
Original file line number Diff line number Diff line change
Expand Up @@ -780,16 +780,6 @@ struct __is_vectorizable_range<oneapi::dpl::__ranges::all_view<_Args...>> : std:
{
};

template <typename _Rng>
struct __is_passed_directly_range : std::false_type
{
};

template <typename... _Args>
struct __is_passed_directly_range<oneapi::dpl::__ranges::guard_view<_Args...>> : std::true_type
{
};

} // namespace __ranges
} // namespace dpl
} // namespace oneapi
Expand Down

0 comments on commit ffd95cc

Please sign in to comment.