diff options
author | Samuel Just <sjust@redhat.com> | 2024-03-28 00:40:01 +0100 |
---|---|---|
committer | Samuel Just <sjust@redhat.com> | 2024-10-18 22:33:57 +0200 |
commit | 7eebc628a84a89343b7f622eef3e2d743f781285 (patch) | |
tree | ca5127edb778f5465cad228e5b4f9108f37463e1 /src/osd | |
parent | osd/PrimaryLogPG: cosmetic fix for long debug line (diff) | |
download | ceph-7eebc628a84a89343b7f622eef3e2d743f781285.tar.xz ceph-7eebc628a84a89343b7f622eef3e2d743f781285.zip |
osd/PeeringState: remove unused PeeringState::append_log_with_trim_to_updated
Signed-off-by: Samuel Just <sjust@redhat.com>
Diffstat (limited to 'src/osd')
-rw-r--r-- | src/osd/PeeringState.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/osd/PeeringState.h b/src/osd/PeeringState.h index 11ac084a054..f81c77561fd 100644 --- a/src/osd/PeeringState.h +++ b/src/osd/PeeringState.h @@ -1901,17 +1901,6 @@ public: std::optional<eversion_t> trim_to, std::optional<eversion_t> roll_forward_to); - void append_log_with_trim_to_updated( - std::vector<pg_log_entry_t>&& 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. */ |