Skip to content

Commit

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

0 comments on commit 3582512

Please sign in to comment.