Skip to content

Commit d8f6e3c

Browse files
committed
Remove unused alias
1 parent 7a26e07 commit d8f6e3c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sycl/include/sycl/ext/oneapi/experimental/group_helpers_sorters.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ template <typename Compare = std::less<>> class default_sorter {
6666
// Per extension specification if scratch size is less than the value
6767
// returned by memory_required then behavior is undefined, so we don't check
6868
// that the scratch size statisfies the requirement.
69-
using T = typename sycl::detail::GetValueType<Ptr>::type;
7069
sycl::detail::merge_sort(g, first, last - first, comp, scratch.data());
7170
#else
7271
throw sycl::exception(

0 commit comments

Comments
 (0)