From 3f514bda1cfc6a0833f62edff98a279ebbd2a22b Mon Sep 17 00:00:00 2001 From: Wei Jin Date: Thu, 6 Apr 2017 19:10:39 +0800 Subject: [PATCH] mgr: clean nonused function declaration Signed-off-by: Wei Jin --- src/mgr/ClusterState.h | 14 -------------- 1 file changed, 14 deletions(-) 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); -- 2.39.5