[thin_repair/thin_dump] Remove unused function parameter
This commit is contained in:
parent
c286041f25
commit
c2e6db74b9
@ -790,7 +790,7 @@ namespace {
|
|||||||
|
|
||||||
void
|
void
|
||||||
emit_trees_(block_manager::ptr bm, superblock_detail::superblock const &sb,
|
emit_trees_(block_manager::ptr bm, superblock_detail::superblock const &sb,
|
||||||
emitter::ptr e, override_options const &ropts)
|
emitter::ptr e)
|
||||||
{
|
{
|
||||||
metadata md(bm, sb);
|
metadata md(bm, sb);
|
||||||
dump_options opts;
|
dump_options opts;
|
||||||
@ -882,7 +882,7 @@ namespace {
|
|||||||
!get_map_ids(*tm, msb->data_mapping_root_))
|
!get_map_ids(*tm, msb->data_mapping_root_))
|
||||||
find_better_roots_(bm, *msb);
|
find_better_roots_(bm, *msb);
|
||||||
|
|
||||||
emit_trees_(bm, *msb, e, opts);
|
emit_trees_(bm, *msb, e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user