From 8541ad1656a51cd80242ca61c51f8c6dc331eca3 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Fri, 6 May 2022 07:11:52 +0000 Subject: [PATCH] crimson: remove unused PGRecovery method declarations Signed-off-by: Samuel Just --- src/crimson/osd/pg_recovery.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/crimson/osd/pg_recovery.h b/src/crimson/osd/pg_recovery.h index 7840d85be0859..5d6acffa4ce2b 100644 --- a/src/crimson/osd/pg_recovery.h +++ b/src/crimson/osd/pg_recovery.h @@ -80,14 +80,6 @@ private: eversion_t last_complete); friend class ReplicatedRecoveryBackend; friend class crimson::osd::UrgentRecovery; - seastar::future<> handle_pull(Ref m); - seastar::future<> handle_push(Ref m); - seastar::future<> handle_push_reply(Ref m); - seastar::future<> handle_recovery_delete(Ref m); - seastar::future<> handle_recovery_delete_reply( - Ref m); - seastar::future<> handle_pull_response(Ref m); - seastar::future<> handle_scan(MOSDPGScan& m); // backfill begin std::unique_ptr backfill_state; -- 2.39.5