diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2024-01-29 12:56:55 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-29 12:56:55 +0000 |
| commit | c70c4cc708dda9015d9e873952dfc2f776aaf725 (patch) | |
| tree | 8152d27f94a7f6b8fc30b770a12171d773caa7d6 | |
| parent | 15e8b903b224bde6d28c6edab5b36c575ccd093e (diff) | |
| parent | d3bf8b717b81a57fcf8d6196743a8359f7d50800 (diff) | |
| download | rust-c70c4cc708dda9015d9e873952dfc2f776aaf725.tar.gz rust-c70c4cc708dda9015d9e873952dfc2f776aaf725.zip | |
Rollup merge of #120462 - mu001999:clean, r=Nilstrieb
Clean dead code Detected by #118257
| -rw-r--r-- | library/std/src/sys/pal/wasi/net.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/library/std/src/sys/pal/wasi/net.rs b/library/std/src/sys/pal/wasi/net.rs index 2239880ffbe..2098d05db0b 100644 --- a/library/std/src/sys/pal/wasi/net.rs +++ b/library/std/src/sys/pal/wasi/net.rs @@ -538,7 +538,4 @@ pub mod netc { pub sin6_flowinfo: u32, pub sin6_scope_id: u32, } - - #[derive(Copy, Clone)] - pub struct sockaddr {} } |
