From fa7d15b2f1f9bfb6f76236fb42fb456166f9461f Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Wed, 12 Jul 2023 20:35:04 -0400 Subject: [PATCH] mon: remove unused method Signed-off-by: Patrick Donnelly --- src/mon/PaxosService.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mon/PaxosService.h b/src/mon/PaxosService.h index 8c56ff2d0a9d..7db6681e6666 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 -- 2.47.3