Skip to content

Commit

Permalink
Merge PR ceph#37663 into master
Browse files Browse the repository at this point in the history
* refs/pull/37663/head:
	msg/MFSMap: remove unused variable

Reviewed-by: Patrick Donnelly <[email protected]>
  • Loading branch information
batrick committed Oct 22, 2020
2 parents 262ee22 + 47573d9 commit f16b3fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/messages/MFSMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
class MFSMap : public Message {
public:
epoch_t epoch;
ceph::buffer::list encoded;

version_t get_epoch() const { return epoch; }
const FSMap& get_fsmap() const {return fsmap;}
Expand Down

0 comments on commit f16b3fc

Please sign in to comment.