From: Patrick Donnelly Date: Thu, 13 Jul 2023 00:35:04 +0000 (-0400) Subject: mon: remove unused method X-Git-Tag: v19.0.0~446^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fa7d15b2f1f9bfb6f76236fb42fb456166f9461f;p=ceph.git mon: remove unused method Signed-off-by: Patrick Donnelly --- diff --git a/src/mon/PaxosService.h b/src/mon/PaxosService.h index 8c56ff2d0a9..7db6681e666 100644 --- a/src/mon/PaxosService.h +++ b/src/mon/PaxosService.h @@ -557,10 +557,6 @@ public: op->mark_event(service_name + ":wait_for_finished_proposal"); waiting_for_finished_proposal.push_back(c); } - void wait_for_finished_proposal_ctx(Context *c) { - MonOpRequestRef o; - wait_for_finished_proposal(o, c); - } /** * Wait for us to become active