From d9496da5f1f0fca7d2e638e87894385cbd8e8b84 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Tue, 24 Jun 2025 10:33:10 +0200 Subject: [PATCH] stty: remove redundant cfg --- src/uu/stty/src/flags.rs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/uu/stty/src/flags.rs b/src/uu/stty/src/flags.rs index d08029b5f..092139ee3 100644 --- a/src/uu/stty/src/flags.rs +++ b/src/uu/stty/src/flags.rs @@ -175,13 +175,6 @@ pub const OUTPUT_FLAGS: &[Flag] = &[ 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",