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 4a5c902 commit 89ba2df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions thrust/testing/functional.cu
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,6 @@ DECLARE_VECTOR_UNITTEST(TestMinimumFunctional);
template <class Vector>
THRUST_DISABLE_BROKEN_GCC_VECTORIZER void TestNot1()
{
using T = typename Vector::value_type;

Vector input{1, 0, 1, 1, 0};

Vector output(5);
Expand Down
2 changes: 0 additions & 2 deletions thrust/testing/is_partitioned.cu
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ struct is_even
template <typename Vector>
void TestIsPartitionedSimple()
{
using T = typename Vector::value_type;

Vector v{1, 1, 1, 0};

// empty partition
Expand Down

0 comments on commit 89ba2df

Please sign in to comment.