]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rbd-mirror: removed declared but undefined leader watcher methods
authorJason Dillaman <dillaman@redhat.com>
Fri, 9 Mar 2018 01:51:57 +0000 (20:51 -0500)
committerJason Dillaman <dillaman@redhat.com>
Tue, 10 Apr 2018 20:31:32 +0000 (16:31 -0400)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/tools/rbd_mirror/LeaderWatcher.h

index e1149960208bfefb730beda197b5079de3a66df9..922c76e2291747cd459cc32d64784f20ae3c2c0a 100644 (file)
@@ -263,9 +263,6 @@ private:
   void notify_heartbeat();
   void handle_notify_heartbeat(int r);
 
-  void get_instances();
-  void handle_get_instances(int r);
-
   void handle_post_acquire_leader_lock(int r, Context *on_finish);
   void handle_pre_release_leader_lock(Context *on_finish);
   void handle_post_release_leader_lock(int r, Context *on_finish);