Remove unused struct
This commit is contained in:
parent
268dbbbc4b
commit
8266657338
3 changed files with 0 additions and 9 deletions
|
|
@ -542,7 +542,4 @@ pub mod netc {
|
|||
pub sin6_flowinfo: u32,
|
||||
pub sin6_scope_id: u32,
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone)]
|
||||
pub struct sockaddr {}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -364,9 +364,6 @@ pub mod netc {
|
|||
pub sin6_flowinfo: u32,
|
||||
pub sin6_scope_id: u32,
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone)]
|
||||
pub struct sockaddr {}
|
||||
}
|
||||
|
||||
pub type Socket = UdpSocket;
|
||||
|
|
|
|||
|
|
@ -78,7 +78,4 @@ pub mod netc {
|
|||
pub sin6_flowinfo: u32,
|
||||
pub sin6_scope_id: u32,
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone)]
|
||||
pub struct sockaddr {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue