Skip to content

Commit

Permalink
[KaMinPar] Remove obsolete struct member
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSeemaier committed Nov 28, 2023
1 parent db8ef38 commit 3e59c25
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion kaminpar-shm/context.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ void PartitionContext::setup(const Graph &graph) {
total_node_weight = graph.total_node_weight();
total_edge_weight = graph.total_edge_weight();
max_node_weight = graph.max_node_weight();
max_degree = graph.compute_max_degree();
setup_block_weights();
}

Expand Down
1 change: 0 additions & 1 deletion kaminpar-shm/kaminpar.h
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ struct PartitionContext {
NodeWeight total_node_weight = kInvalidNodeWeight;
EdgeWeight total_edge_weight = kInvalidEdgeWeight;
NodeWeight max_node_weight = kInvalidNodeWeight;
EdgeID max_degree = kInvalidEdgeID;

void setup(const Graph &graph);
};
Expand Down

0 comments on commit 3e59c25

Please sign in to comment.