Skip to content

Commit

Permalink
Remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Armstead authored and Byron committed Aug 18, 2021
1 parent b74388c commit d6bbb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aggregate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pub fn aggregate(
let mut num_roots = 0;
let mut aggregates = Vec::new();
let mut inodes = InodeFilter::default();
let paths: Vec<_> = paths.into_iter().collect();

#[cfg(feature = "aggregate-scan-progress")]
let shared_count = Arc::new(AtomicU64::new(0));

Expand Down

0 comments on commit d6bbb6d

Please sign in to comment.