Skip to content

Commit

Permalink
Unrolled build for rust-lang#120462
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#120462 - mu001999:clean, r=Nilstrieb

Clean dead code

Detected by rust-lang#118257
  • Loading branch information
rust-timer committed Jan 29, 2024
2 parents af08c64 + d3bf8b7 commit f7b91a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions library/std/src/sys/pal/wasi/net.rs
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,4 @@ pub mod netc {
pub sin6_flowinfo: u32,
pub sin6_scope_id: u32,
}

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

0 comments on commit f7b91a9

Please sign in to comment.