Skip to content

Commit

Permalink
#1570: lb: remove commented line add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Oct 13, 2021
1 parent 101a047 commit 44e1673
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/vt/vrt/collection/balance/baselb/baselb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,8 @@ void BaseLB::applyMigrations(
transferSend(elm.first, elm.second);
}

// Re-compute the statistics with the new partition based on current
// this_load_ values
// computeStatistics();
// @todo: removed re-computation of statistics, which needs to be added back
// in the future.
migrationDone();
}

Expand Down

0 comments on commit 44e1673

Please sign in to comment.