From c8cfa3ffae3d7bd1cafeeb22892ba086f487c8f2 Mon Sep 17 00:00:00 2001 From: Jakub Strzebonski Date: Sat, 24 Oct 2020 23:53:25 +0200 Subject: [PATCH] #872: remove unused LBManager's fields --- src/vt/vrt/collection/balance/lb_invoke/lb_manager.h | 3 --- 1 file changed, 3 deletions(-) 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_;