]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: remove compatset cruft
authorSage Weil <sage.weil@dreamhost.com>
Mon, 24 Oct 2011 04:21:33 +0000 (21:21 -0700)
committerSage Weil <sage.weil@dreamhost.com>
Tue, 25 Oct 2011 03:42:12 +0000 (20:42 -0700)
The CompatSet is built on demand; it's no longer static.

Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/mon/Monitor.h

index 5426027af26a9a1d6f87c0b9e99e8651ab52baf8..a99eada88e87f4d847744c07f5f17c61a261005e 100644 (file)
@@ -238,9 +238,6 @@ private:
 };
 
 #define CEPH_MON_FEATURE_INCOMPAT_BASE CompatSet::Feature (1, "initial feature set (~v.18)")
-extern const CompatSet::Feature ceph_mon_feature_compat[];
-extern const CompatSet::Feature ceph_mon_feature_ro_compat[];
-extern const CompatSet::Feature ceph_mon_feature_incompat[];
 
 
 #endif