]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/sys/unsupported/net.rs
Remove socklen_t from platforms where it's no longer used
[rust.git] / library / std / src / sys / unsupported / net.rs
index 360115d5033747c298c23d1d8a9c48d3bc1eaefc..a5204a0845378d6ae65633d16f4aadf50643a066 100644 (file)
@@ -363,6 +363,4 @@ pub struct sockaddr_in6 {
 
     #[derive(Copy, Clone)]
     pub struct sockaddr {}
-
-    pub type socklen_t = usize;
 }