Skip to content

Commit

Permalink
#2382: temperedlb: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Feb 25, 2025
1 parent 52be5b4 commit 36d2466
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vt/vrt/collection/balance/temperedlb/temperedlb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2419,7 +2419,6 @@ void TemperedLB::considerSwapsAfterLock(MsgSharedPtr<LockedInfoMsg> msg) {
);
});

//computeClusterSummary();
this_new_breakdown_ = computeWorkBreakdown(this_node, cur_objs_);
this_new_work_ = this_new_breakdown_.work;
computeMemoryUsage();
Expand Down Expand Up @@ -2500,7 +2499,6 @@ void TemperedLB::giveCluster(
auto info = makeClusterSummary(id);
cur_clusters_.emplace(id, std::move(info));

//computeClusterSummary();
this_new_breakdown_ = computeWorkBreakdown(this_node, cur_objs_);
this_new_work_ = this_new_breakdown_.work;
computeMemoryUsage();
Expand Down

0 comments on commit 36d2466

Please sign in to comment.