From: Samuel Just Date: Wed, 27 Mar 2024 23:40:01 +0000 (-0700) Subject: osd/PeeringState: remove unused PeeringState::append_log_with_trim_to_updated X-Git-Tag: v20.0.0~707^2~23 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7eebc628a84a89343b7f622eef3e2d743f781285;p=ceph.git osd/PeeringState: remove unused PeeringState::append_log_with_trim_to_updated Signed-off-by: Samuel Just --- 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. */