From 56ae11645eab423407b51bffb816519fa83ba299 Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Wed, 22 Sep 2010 16:36:05 -0700 Subject: [PATCH] mds: remove unused CompatSet mds_features. All the MDS features are stored in the MDSMap::mdsmap_compat --- src/mds/MDS.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mds/MDS.h b/src/mds/MDS.h index 8b6ecc7c16fe5..a8b0e70d73c8f 100644 --- a/src/mds/MDS.h +++ b/src/mds/MDS.h @@ -146,8 +146,6 @@ class MDS : public Dispatcher { int whoami; int incarnation; - CompatSet mds_features; - int standby_for_rank; string standby_for_name; int standby_replay_for; -- 2.39.5