Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Feb 4, 2025
1 parent 6633663 commit 549936e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion thrust/testing/functional.cu
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ DECLARE_UNITTEST(TestIdentityFunctional);
template <class Vector>
THRUST_DISABLE_BROKEN_GCC_VECTORIZER void TestIdentityFunctionalVector()
{
using T = typename Vector::value_type;
Vector input{0, 1, 2, 3};
Vector output(4);
thrust::transform(input.begin(), input.end(), output.begin(), ::cuda::std::identity{});
Expand Down

0 comments on commit 549936e

Please sign in to comment.