Rollup merge of #120332 - mu001999:cleanup/dead_code, r=Nilstrieb

Remove unused struct

Detected by #118257
This commit is contained in:
Matthias Krüger 2024-01-25 17:39:30 +01:00 committed by GitHub
commit d7a9f51df7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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