mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
stty: remove redundant cfg
This commit is contained in:
parent
1675c3e981
commit
d9496da5f1
1 changed files with 0 additions and 7 deletions
|
@ -175,13 +175,6 @@ pub const OUTPUT_FLAGS: &[Flag<O>] = &[
|
|||
target_os = "linux",
|
||||
target_os = "macos"
|
||||
))]
|
||||
#[cfg(any(
|
||||
target_os = "android",
|
||||
target_os = "haiku",
|
||||
target_os = "ios",
|
||||
target_os = "linux",
|
||||
target_os = "macos"
|
||||
))]
|
||||
Flag::new_grouped("tab1", O::TAB1, O::TABDLY),
|
||||
#[cfg(any(
|
||||
target_os = "android",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue