From: Patrick Donnelly Date: Fri, 9 May 2025 18:17:47 +0000 (-0400) Subject: mon/MonMap: remove redundant method X-Git-Tag: v21.0.0~256^2~407^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F63364%2Fhead;p=ceph.git mon/MonMap: remove redundant method This is instantiated via a template in dout.h. Signed-off-by: Patrick Donnelly --- diff --git a/src/mon/MonMap.h b/src/mon/MonMap.h index 7baa9bbd7cb..46f6e9b3c40 100644 --- a/src/mon/MonMap.h +++ b/src/mon/MonMap.h @@ -93,11 +93,6 @@ struct mon_info_t { }; WRITE_CLASS_ENCODER_FEATURES(mon_info_t) -inline std::ostream& operator<<(std::ostream& out, const mon_info_t& mon) { - mon.print(out); - return out; -} - class MonMap { public: epoch_t epoch; // what epoch/version of the monmap