]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: delete useless function definition 15188/head
authorshiqi <1454927420@qq.com>
Sat, 20 May 2017 09:40:23 +0000 (17:40 +0800)
committershiqi <1454927420@qq.com>
Sat, 20 May 2017 09:40:23 +0000 (17:40 +0800)
Signed-off-by: shiqi <1454927420@qq.com>
src/mon/MonmapMonitor.cc
src/mon/MonmapMonitor.h

index 6633009b3ef81fd96383889de175d0dd09989c9e..e61b1a4bb26129dba08a028e0cd57f3cc9e64302 100644 (file)
@@ -718,10 +718,6 @@ bool MonmapMonitor::should_propose(double& delay)
   return true;
 }
 
-void MonmapMonitor::tick()
-{
-}
-
 void MonmapMonitor::get_health(list<pair<health_status_t, string> >& summary,
                               list<pair<health_status_t, string> > *detail,
                               CephContext *cct) const
index c4a309768a45727d06106c8f4018e54382c9c3ab..99a2d913060f5f7df6c069d45f0a39effcbc0bff 100644 (file)
@@ -80,8 +80,6 @@ class MonmapMonitor : public PaxosService {
    */
   bool should_propose(double& delay) override;
 
-  void tick() override;
-
   void check_sub(Subscription *sub);
 
 private: