mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 14:52:41 +00:00
tail: remove #[cfg(not(windows))] from const
This commit is contained in:
parent
aef7933d96
commit
0ad7389b61
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ const FOLLOW_NAME_SHORT_EXP: &str = "follow_name_short.expected";
|
|||
#[allow(dead_code)]
|
||||
const FOLLOW_NAME_EXP: &str = "follow_name.expected";
|
||||
|
||||
#[cfg(not(windows))]
|
||||
const DEFAULT_SLEEP_INTERVAL_MILLIS: u64 = 1000;
|
||||
|
||||
// The binary integer "10000000" is *not* a valid UTF-8 encoding
|
||||
|
|
Loading…
Reference in a new issue