]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: remove unused CompatSet mds_features.
authorGreg Farnum <gregf@hq.newdream.net>
Wed, 22 Sep 2010 23:36:05 +0000 (16:36 -0700)
committerSage Weil <sage@newdream.net>
Fri, 1 Oct 2010 23:21:44 +0000 (16:21 -0700)
All the MDS features are stored in the MDSMap::mdsmap_compat

src/mds/MDS.h

index 8b6ecc7c16fe51bf35292ae246cf572b5ac74fe8..a8b0e70d73c8fd69b8b9e598c79f9d66932177d6 100644 (file)
@@ -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;