Skip to content

Commit c2ca056

Browse files
committed
crimson/os/seastore/transaction: cleanup, drop unused getters
Signed-off-by: Yingxin Cheng <[email protected]>
1 parent a6cac66 commit c2ca056

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/crimson/os/seastore/transaction.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -304,18 +304,6 @@ class Transaction {
304304
return inline_block_list;
305305
}
306306

307-
const auto &get_mutated_block_list() {
308-
return mutated_block_list;
309-
}
310-
311-
const auto &get_existing_block_list() {
312-
return existing_block_list;
313-
}
314-
315-
const auto &get_retired_set() {
316-
return retired_set;
317-
}
318-
319307
bool is_retired(paddr_t paddr, extent_len_t len) {
320308
auto iter = retired_set.lower_bound(paddr);
321309
if (iter == retired_set.end()) {

0 commit comments

Comments
 (0)