delete dead code

This commit is contained in:
Kent Overstreet 2026-04-10 16:14:43 -04:00
parent 1cf51876a8
commit d269f9006d
3 changed files with 3 additions and 4 deletions

View file

@ -346,7 +346,6 @@ pub fn consolidation_batch(store: &Store, count: usize, auto: bool) -> Result<()
return Ok(());
}
let graph = store.build_graph();
let items = replay_queue(store, count);
if items.is_empty() {