Skip to content

Commit cbdc221

Browse files
Merge pull request ceph#63364 from batrick/mon-redundant
mon/MonMap: remove redundant method
2 parents abec732 + 2619f01 commit cbdc221

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/mon/MonMap.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,6 @@ struct mon_info_t {
9393
};
9494
WRITE_CLASS_ENCODER_FEATURES(mon_info_t)
9595

96-
inline std::ostream& operator<<(std::ostream& out, const mon_info_t& mon) {
97-
mon.print(out);
98-
return out;
99-
}
100-
10196
class MonMap {
10297
public:
10398
epoch_t epoch; // what epoch/version of the monmap

0 commit comments

Comments
 (0)