Skip to content

Commit

Permalink
Remove unused size_on_disk
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseschalken authored Nov 3, 2024
1 parent 38004d3 commit 9baeb9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/uu/du/src/du.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ impl Stat {

#[cfg(windows)]
{
let size_on_disk = get_size_on_disk(path);
let file_info = get_file_info(path);

Ok(Self {
Expand Down

0 comments on commit 9baeb9c

Please sign in to comment.