Skip to content

Commit

Permalink
Merge pull request #6405 from cakebaker/cp_remove_macos_12
Browse files Browse the repository at this point in the history
cp: remove `target_os = "macos-12"`
  • Loading branch information
sylvestre authored May 17, 2024
2 parents 0e5614d + a8483e4 commit 89e96b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/uu/cp/src/cp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2114,7 +2114,6 @@ fn handle_no_preserve_mode(options: &Options, org_mode: u32) -> u32 {
#[cfg(not(any(
target_os = "android",
target_os = "macos",
target_os = "macos-12",
target_os = "freebsd",
target_os = "redox",
)))]
Expand All @@ -2131,7 +2130,6 @@ fn handle_no_preserve_mode(options: &Options, org_mode: u32) -> u32 {
#[cfg(any(
target_os = "android",
target_os = "macos",
target_os = "macos-12",
target_os = "freebsd",
target_os = "redox",
))]
Expand Down

0 comments on commit 89e96b1

Please sign in to comment.