From: Matan Breizman Date: Wed, 11 Jun 2025 09:33:20 +0000 (+0000) Subject: crimson/mon/MonClient: cleanup redundant private X-Git-Tag: testing/wip-pdonnell-testing-20260210.212535~80 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1eb9baa115b7087fe41fa7900f93ff9d709ec4d6;p=ceph-ci.git crimson/mon/MonClient: cleanup redundant private Signed-off-by: Matan Breizman Signed-off-by: Patrick Donnelly --- diff --git a/src/crimson/mon/MonClient.h b/src/crimson/mon/MonClient.h index c3ac4f648e8..0fea3f37f02 100644 --- a/src/crimson/mon/MonClient.h +++ b/src/crimson/mon/MonClient.h @@ -182,7 +182,7 @@ private: seastar::future<> handle_config(Ref m); seastar::future<> on_session_opened(); -private: + seastar::future<> load_keyring(); seastar::future<> authenticate();