Rollup merge of #120462 - mu001999:clean, r=Nilstrieb

Clean dead code

Detected by #118257
This commit is contained in:
Dylan DPC 2024-01-29 12:56:55 +00:00 committed by GitHub
commit c70c4cc708
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -538,7 +538,4 @@ pub struct sockaddr_in6 {
pub sin6_flowinfo: u32,
pub sin6_scope_id: u32,
}
#[derive(Copy, Clone)]
pub struct sockaddr {}
}