Skip to content

Commit 6b91e4c

Browse files
authored
Unrolled build for rust-lang#120332
Rollup merge of rust-lang#120332 - mu001999:cleanup/dead_code, r=Nilstrieb Remove unused struct Detected by rust-lang#118257
2 parents 5bd5d21 + 75eeb5e commit 6b91e4c

File tree

1 file changed

+0
-3
lines changed
  • library/std/src/sys/pal/unsupported

1 file changed

+0
-3
lines changed

library/std/src/sys/pal/unsupported/net.rs

-3
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,4 @@ pub mod netc {
364364
pub sin6_flowinfo: u32,
365365
pub sin6_scope_id: u32,
366366
}
367-
368-
#[derive(Copy, Clone)]
369-
pub struct sockaddr {}
370367
}

0 commit comments

Comments
 (0)