Skip to content

Commit

Permalink
Remove an unused variable (NVIDIA#2690)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber authored Nov 4, 2024
1 parent 598c0bc commit 8244738
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion thrust/testing/unique.cu
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ struct TestUniqueCopyToDiscardIterator

thrust::discard_iterator<> reference(h_unique.size());

typename thrust::host_vector<T>::iterator h_new_last;
typename thrust::device_vector<T>::iterator d_new_last;

thrust::discard_iterator<> h_result =
Expand Down

0 comments on commit 8244738

Please sign in to comment.