Skip to content

Commit

Permalink
refs #132 Переменная не нужна
Browse files Browse the repository at this point in the history
  • Loading branch information
izvolov committed May 1, 2021
1 parent b73c64a commit de15bc5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions benchmark/include/utility/io/detail/generate_blockwise.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ namespace utility
const auto n = range_length;
auto bounds = std::vector<std::int64_t>{min};

auto current_min = min;

const auto remainder = range_length % block_size;
const auto block_count =
range_length / block_size + static_cast<std::size_t>(remainder != 0);
Expand All @@ -73,8 +71,6 @@ namespace utility
const auto kth_stat = std::llround(osd(generator));

bounds.push_back(kth_stat);

current_min = kth_stat;
}
bounds.push_back(max);

Expand Down

0 comments on commit de15bc5

Please sign in to comment.