mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +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 = "linux",
|
||||||
target_os = "macos"
|
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),
|
Flag::new_grouped("tab1", O::TAB1, O::TABDLY),
|
||||||
#[cfg(any(
|
#[cfg(any(
|
||||||
target_os = "android",
|
target_os = "android",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue