Skip to content

Commit

Permalink
Remove unused header
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Jul 25, 2024
1 parent d59607b commit db60bcc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions thrust/thrust/system/tbb/detail/reduce_by_key.inl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include <thrust/system/tbb/detail/reduce_by_key.h>
#include <thrust/system/tbb/detail/reduce_intervals.h>

#include <cuda/std/__functional/invoke.h>
#include <cuda/std/__type_traits/void_t.h>

#include <cassert>
Expand Down Expand Up @@ -67,7 +66,6 @@ struct partial_sum_type
using type = thrust::iterator_value_t<InputIterator>;
};


template <typename InputIterator1, typename InputIterator2, typename BinaryPredicate, typename BinaryFunction>
thrust::pair<InputIterator1,
thrust::pair<thrust::iterator_value_t<InputIterator1>,
Expand Down

0 comments on commit db60bcc

Please sign in to comment.