diff --git a/src/vt/vrt/collection/balance/lb_invoke/lb_manager.h b/src/vt/vrt/collection/balance/lb_invoke/lb_manager.h index eed8c991bf..b4966cb150 100644 --- a/src/vt/vrt/collection/balance/lb_invoke/lb_manager.h +++ b/src/vt/vrt/collection/balance/lb_invoke/lb_manager.h @@ -178,12 +178,9 @@ struct LBManager : runtime::component::Component { 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 destroy_lb_ = nullptr; - bool synced_in_lb_ = true; objgroup::proxy::Proxy proxy_; std::shared_ptr base_model_; std::shared_ptr model_;