Skip to content

Commit

Permalink
#2227: baselb: remove old mechanism for user lb info
Browse files Browse the repository at this point in the history
  • Loading branch information
nlslatt committed Dec 1, 2023
1 parent 531af99 commit 437d23e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/vt/vrt/collection/balance/baselb/baselb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ void BaseLB::importProcessorData(

comm_data = &comm_in;
base_stats_ = &in_stats;
user_data_ = &in_data_map;
}

void BaseLB::getArgs(PhaseType phase) {
Expand Down
1 change: 0 additions & 1 deletion src/vt/vrt/collection/balance/baselb/baselb.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ struct BaseLB {

TimeType start_time_ = TimeType{0.0};
ElementCommType const* comm_data = nullptr;
balance::DataMapType const* user_data_ = nullptr;
objgroup::proxy::Proxy<BaseLB> proxy_ = {};
PhaseType phase_ = 0;
std::unique_ptr<balance::ConfigEntry> config_entry_ = nullptr;
Expand Down

0 comments on commit 437d23e

Please sign in to comment.