Skip to content

Commit

Permalink
removed unused vars
Browse files Browse the repository at this point in the history
Signed-off-by: Hari Hara Naveen S <[email protected]>
  • Loading branch information
Johan511 committed Jul 17, 2023
1 parent cdb1265 commit 7202338
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions libs/core/algorithms/include/hpx/parallel/util/transfer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -369,10 +369,6 @@ namespace hpx::parallel::util {
HPX_FORCEINLINE static in_out_result<InIter, OutIter> call(
ExPolicy&& policy, InIter first, std::size_t num, OutIter dest)
{
OutIter current = dest;
using value_type =
typename std::iterator_traits<InIter>::value_type;

return in_out_result<InIter, OutIter>{std::next(first, num),
::hpx::parallel::util::detail::loop_with_cleanup_n<InIter>::
call(
Expand Down Expand Up @@ -432,10 +428,6 @@ namespace hpx::parallel::util {
HPX_FORCEINLINE static in_out_result<InIter, OutIter> call(
ExPolicy&& policy, InIter first, std::size_t num, OutIter dest)
{
OutIter current = dest;
using value_type =
typename std::iterator_traits<InIter>::value_type;

return in_out_result<InIter, OutIter>{std::next(first, num),
::hpx::parallel::util::detail::loop_with_cleanup_n<InIter>::
call(
Expand Down

0 comments on commit 7202338

Please sign in to comment.