]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/MonMap: remove redundant method 63364/head
authorPatrick Donnelly <pdonnell@ibm.com>
Fri, 9 May 2025 18:17:47 +0000 (14:17 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Mon, 19 May 2025 23:55:31 +0000 (19:55 -0400)
This is instantiated via a template in dout.h.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
src/mon/MonMap.h

index 7baa9bbd7cb7fb609ea669720d2dff8125836df8..46f6e9b3c4091242d7c1e3c126ca64592712c3a0 100644 (file)
@@ -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