Skip to content

Commit

Permalink
removed unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Hari Hara Naveen S <[email protected]>
  • Loading branch information
Hari Hara Naveen S committed Jun 28, 2023
1 parent d267fae commit 3f4464e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ namespace hpx::parallel::util {

return std::make_pair(first1 + i, first2 + i);
#else
Iter1 const last1 = first1 + n;
Iter2 const last2 = first2 + n;

static constexpr std::int32_t num_blocks =
HPX_LANE_SIZE / sizeof(std::int32_t);
Expand Down

0 comments on commit 3f4464e

Please sign in to comment.