From 9164f98daf81fad6be59843a4e6732d133039bbd Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Thu, 8 Mar 2018 20:51:57 -0500 Subject: [PATCH] rbd-mirror: removed declared but undefined leader watcher methods Signed-off-by: Jason Dillaman --- src/tools/rbd_mirror/LeaderWatcher.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/tools/rbd_mirror/LeaderWatcher.h b/src/tools/rbd_mirror/LeaderWatcher.h index e1149960208bf..922c76e229174 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); -- 2.39.5