From 2619f011f1e3078f80e2763b2e2f6e109ceeed3e Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Fri, 9 May 2025 14:17:47 -0400 Subject: [PATCH] mon/MonMap: remove redundant method This is instantiated via a template in dout.h. Signed-off-by: Patrick Donnelly --- src/mon/MonMap.h | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.47.3