Skip to content

Commit d7a9f51

Browse files
authored
Rollup merge of #120332 - mu001999:cleanup/dead_code, r=Nilstrieb
Remove unused struct Detected by #118257
2 parents 4bca954 + 75eeb5e commit d7a9f51

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)