mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
Merge pull request #8262 from cakebaker/stty_remove_redundant_cfg
stty: remove redundant `cfg`
This commit is contained in:
commit
25f584b299
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