From 8f846bcc83a3353dc3c65b99ee669582a6397012 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Mon, 10 Oct 2022 17:47:01 -0400 Subject: [PATCH] mds: remove obsolete comments It's no longer necessary to put messages. Signed-off-by: Patrick Donnelly --- src/mds/Beacon.cc | 2 -- src/mds/MDSRank.h | 3 --- 2 files changed, 5 deletions(-) diff --git a/src/mds/Beacon.cc b/src/mds/Beacon.cc index 107141efb04b..35f0f79427d6 100644 --- a/src/mds/Beacon.cc +++ b/src/mds/Beacon.cc @@ -128,8 +128,6 @@ bool Beacon::ms_dispatch2(const ref_t& m) /** * Update lagginess state based on response from remote MDSMonitor - * - * This function puts the passed message before returning */ void Beacon::handle_mds_beacon(const cref_t &m) { diff --git a/src/mds/MDSRank.h b/src/mds/MDSRank.h index 87f0181d5a83..fb2061eb548a 100644 --- a/src/mds/MDSRank.h +++ b/src/mds/MDSRank.h @@ -643,9 +643,6 @@ private: boost::asio::io_context& ioc; }; -/* This expects to be given a reference which it is responsible for. - * The finish function calls functions which - * will put the Message exactly once.*/ class C_MDS_RetryMessage : public MDSInternalContext { public: C_MDS_RetryMessage(MDSRank *mds, const cref_t &m) -- 2.47.3