Skip to content

Commit

Permalink
apple: remove if_family_id
Browse files Browse the repository at this point in the history
This API appears to not be available in more recent MacOS SDKs, and
there aren't any functions that use it. Since this hasn't yet made it
into a release, remove it.

Link: rust-lang#4022

(backport <rust-lang#4137>)
(cherry picked from commit e87acba)
  • Loading branch information
tgross35 committed Nov 25, 2024
1 parent 4d41d64 commit 631f82c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/unix/bsd/apple/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1293,12 +1293,6 @@ s! {
pub dot3Compliance: u32,
}

pub struct if_family_id {
pub iffmid_len: u32,
pub iffmid_id: u32,
pub iffmid_str: [::c_char; 1],
}

// kern_control.h
pub struct ctl_info {
pub ctl_id: u32,
Expand Down

0 comments on commit 631f82c

Please sign in to comment.