Skip to content

Commit

Permalink
Rollup merge of rust-lang#120332 - mu001999:cleanup/dead_code, r=Nils…
Browse files Browse the repository at this point in the history
…trieb

Remove unused struct

Detected by rust-lang#118257
  • Loading branch information
matthiaskrgr authored Jan 25, 2024
2 parents 4bca954 + 75eeb5e commit d7a9f51
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions library/std/src/sys/pal/unsupported/net.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,4 @@ pub mod netc {
pub sin6_flowinfo: u32,
pub sin6_scope_id: u32,
}

#[derive(Copy, Clone)]
pub struct sockaddr {}
}

0 comments on commit d7a9f51

Please sign in to comment.