From: John Spray Date: Fri, 13 Mar 2015 20:58:09 +0000 (-0400) Subject: mds: remove a spurious #if 1 X-Git-Tag: v9.0.0~113^2~17 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8a813bd0891823f5f6709e0f6104e4601ed6fb0f;p=ceph.git mds: remove a spurious #if 1 This crept in in f93bf385. Signed-off-by: John Spray --- diff --git a/src/mds/MDSMap.h b/src/mds/MDSMap.h index 0e36c14557e..7933d36a852 100644 --- a/src/mds/MDSMap.h +++ b/src/mds/MDSMap.h @@ -136,12 +136,8 @@ public: std::string standby_for_name; std::set export_targets; -#if 1 mds_info_t() : global_id(MDS_GID_NONE), rank(MDS_RANK_NONE), inc(0), state(STATE_STANDBY), state_seq(0), standby_for_rank(MDS_NO_STANDBY_PREF) { } -#else - mds_info_t(); -#endif bool laggy() const { return !(laggy_since == utime_t()); } void clear_laggy() { laggy_since = utime_t(); }