From 7eebc628a84a89343b7f622eef3e2d743f781285 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Wed, 27 Mar 2024 16:40:01 -0700 Subject: [PATCH] osd/PeeringState: remove unused PeeringState::append_log_with_trim_to_updated Signed-off-by: Samuel Just --- src/osd/PeeringState.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/osd/PeeringState.h b/src/osd/PeeringState.h index 11ac084a054b..f81c77561fdb 100644 --- a/src/osd/PeeringState.h +++ b/src/osd/PeeringState.h @@ -1901,17 +1901,6 @@ public: std::optional trim_to, std::optional roll_forward_to); - void append_log_with_trim_to_updated( - std::vector&& log_entries, - eversion_t roll_forward_to, - ObjectStore::Transaction &t, - bool transaction_applied, - bool async) { - update_trim_to(); - append_log(std::move(log_entries), pg_trim_to, roll_forward_to, - min_last_complete_ondisk, t, transaction_applied, async); - } - /** * Updates local log to reflect new write from primary. */ -- 2.47.3