Skip to content

Commit 98f2da0

Browse files
committed
crimson/os/seastore/btree: drop unused lines
Signed-off-by: Xuehan Xu <[email protected]>
1 parent a6cf5bb commit 98f2da0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/crimson/os/seastore/btree/fixed_kv_btree.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,6 @@ class FixedKVBtree {
10681068
});
10691069
};
10701070

1071-
CachedExtentRef n_fixed_kv_extent;
10721071
if (e->get_type() == internal_node_t::TYPE) {
10731072
auto lint = e->cast<internal_node_t>();
10741073
return do_rewrite(*lint);

0 commit comments

Comments
 (0)