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

Remove unused struct

Detected by #118257
This commit is contained in:
Matthias Krüger 2024-02-05 11:07:28 +01:00 committed by GitHub
commit 13ea09b22f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 9 deletions

View file

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

View file

@ -364,9 +364,6 @@ pub struct sockaddr_in6 {
pub sin6_flowinfo: u32,
pub sin6_scope_id: u32,
}
#[derive(Copy, Clone)]
pub struct sockaddr {}
}
pub type Socket = UdpSocket;

View file

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