From: Wei Jin Date: Thu, 6 Apr 2017 11:10:39 +0000 (+0800) Subject: mgr: clean nonused function declaration X-Git-Tag: v12.0.2~156^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3f514bda1cfc6a0833f62edff98a279ebbd2a22b;p=ceph.git mgr: clean nonused function declaration Signed-off-by: Wei Jin --- diff --git a/src/mgr/ClusterState.h b/src/mgr/ClusterState.h index 039da14e8dc..065f17cef3f 100644 --- a/src/mgr/ClusterState.h +++ b/src/mgr/ClusterState.h @@ -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);