From: Matan Breizman Date: Wed, 11 Jun 2025 09:33:20 +0000 (+0000) Subject: crimson/mon/MonClient: cleanup redundant private X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=415c5ce3f9e5cda99f5ae96a67d201db2eedefd5;p=ceph-ci.git crimson/mon/MonClient: cleanup redundant private Signed-off-by: Matan Breizman Signed-off-by: Patrick Donnelly (cherry picked from commit 493aa16dc21671633f8c4ddf00134d1cba68584a) --- diff --git a/src/crimson/mon/MonClient.h b/src/crimson/mon/MonClient.h index 325f6ff3f1f..0a37f587a0f 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();