Skip to content

Commit

Permalink
remove unused variable in delta_partitioned_graph
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgottesbueren committed Sep 17, 2024
1 parent 8c1462f commit df7b07c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mt-kahypar/datastructures/delta_partitioned_graph.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ class DeltaPartitionedGraph {
_part_weights_delta(context.partition.k, 0),
_part_ids_delta(),
_dummy_connectivity_set() {
const bool top_level = context.type == ContextType::main;
_part_ids_delta.initialize(MAP_SIZE_SMALL);
}

Expand Down

0 comments on commit df7b07c

Please sign in to comment.