From ffd95cc2cd14726c6a6426ef11d7568b50935a4b Mon Sep 17 00:00:00 2001 From: Matthew Michel Date: Tue, 7 Jan 2025 14:05:10 -0800 Subject: [PATCH] Remove unused __is_passed_directly_range utility Signed-off-by: Matthew Michel --- .../oneapi/dpl/pstl/hetero/dpcpp/utils_ranges_sycl.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/include/oneapi/dpl/pstl/hetero/dpcpp/utils_ranges_sycl.h b/include/oneapi/dpl/pstl/hetero/dpcpp/utils_ranges_sycl.h index 8ad71394213..f126df3ab9e 100644 --- a/include/oneapi/dpl/pstl/hetero/dpcpp/utils_ranges_sycl.h +++ b/include/oneapi/dpl/pstl/hetero/dpcpp/utils_ranges_sycl.h @@ -780,16 +780,6 @@ struct __is_vectorizable_range> : std: { }; -template -struct __is_passed_directly_range : std::false_type -{ -}; - -template -struct __is_passed_directly_range> : std::true_type -{ -}; - } // namespace __ranges } // namespace dpl } // namespace oneapi