]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr: clean nonused function declaration 14366/head
authorWei Jin <wjin.cn@gmail.com>
Thu, 6 Apr 2017 11:10:39 +0000 (19:10 +0800)
committerWei Jin <wjin.cn@gmail.com>
Thu, 6 Apr 2017 11:11:17 +0000 (19:11 +0800)
Signed-off-by: Wei Jin <wjin.cn@gmail.com>
src/mgr/ClusterState.h

index 039da14e8dc7e45ee7f90cecbe625b2e0871d16f..065f17cef3f3e5f1515d49608ac1b6b31e5197fc 100644 (file)
@@ -42,20 +42,6 @@ protected:
   bufferlist health_json;
   bufferlist mon_status_json;
 
-  void _update_creating_pgs(
-      const OSDMap &osd_map,
-      PGMap::Incremental *pending_inc);
-
-  void _register_pg(
-      const OSDMap &osd_map,
-      pg_t pgid, epoch_t epoch,
-      bool new_pool,
-      PGMap::Incremental *pending_inc);
-
-  void _register_new_pgs(
-      const OSDMap &osd_map,
-      PGMap::Incremental *pending_inc);
-
 public:
 
   void load_digest(MMgrDigest *m);