Upgrade to clang-tidy 15 (#6439)

This commit is contained in:
Siarhei Fedartsou
2022-11-06 22:45:35 +01:00
committed by GitHub
parent 2bbb347f57
commit 6d10523440
4 changed files with 13 additions and 7 deletions
-2
View File
@@ -645,7 +645,6 @@ std::vector<bool> contractGraph(ContractorGraph &graph,
const util::XORFastHash<> hash;
unsigned current_level = 0;
std::size_t next_renumbering = number_of_nodes * 0.35;
while (remaining_nodes.size() > number_of_core_nodes)
{
@@ -761,7 +760,6 @@ std::vector<bool> contractGraph(ContractorGraph &graph,
remaining_nodes.resize(begin_independent_nodes_idx);
p.PrintStatus(number_of_contracted_nodes);
++current_level;
}
node_data.Renumber(new_to_old_node_id);