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=2619f011f1e3078f80e2763b2e2f6e109ceeed3e;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 7baa9bbd7cb7..46f6e9b3c409 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