Skip to content

Commit

Permalink
#872: remove unused LBManager's fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Strzebonski committed Oct 30, 2020
1 parent 6b75c3a commit cef6407
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/vt/vrt/collection/balance/lb_invoke/lb_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,9 @@ struct LBManager : runtime::component::Component<LBManager> {
void runLB(LBProxyType base_proxy, PhaseType phase);

private:
std::size_t num_invocations_ = 0;
std::size_t num_release_ = 0;
PhaseType cached_phase_ = no_lb_phase;
LBType cached_lb_ = LBType::NoLB;
std::function<void()> destroy_lb_ = nullptr;
bool synced_in_lb_ = true;
objgroup::proxy::Proxy<LBManager> proxy_;
std::shared_ptr<LoadModel> base_model_;
std::shared_ptr<LoadModel> model_;
Expand Down

0 comments on commit cef6407

Please sign in to comment.