From: Jason Dillaman Date: Fri, 9 Mar 2018 01:51:57 +0000 (-0500) Subject: rbd-mirror: removed declared but undefined leader watcher methods X-Git-Tag: v13.1.0~312^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9164f98daf81fad6be59843a4e6732d133039bbd;p=ceph.git rbd-mirror: removed declared but undefined leader watcher methods Signed-off-by: Jason Dillaman --- diff --git a/src/tools/rbd_mirror/LeaderWatcher.h b/src/tools/rbd_mirror/LeaderWatcher.h index e1149960208b..922c76e22917 100644 --- a/src/tools/rbd_mirror/LeaderWatcher.h +++ b/src/tools/rbd_mirror/LeaderWatcher.h @@ -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);