tail: remove #[cfg(not(windows))] from const

This commit is contained in:
Daniel Hofstetter 2024-05-09 15:28:34 +02:00
parent aef7933d96
commit 0ad7389b61

View file

@ -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