Skip to content

Commit

Permalink
Update test_ls.rs
Browse files Browse the repository at this point in the history
Remove UMASK_MUTEX (not used)
  • Loading branch information
sylvestre authored Jul 9, 2022
1 parent 88ea17b commit cf63129
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/by-util/test_ls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ use std::sync::Mutex;
use std::thread::sleep;
use std::time::Duration;

#[cfg(not(windows))]
static UMASK_MUTEX: Lazy<Mutex<()>> = Lazy::new(|| Mutex::new(()));

const LONG_ARGS: &[&str] = &[
"-l",
"--long",
Expand Down

0 comments on commit cf63129

Please sign in to comment.