Hermit: Remove unused socklen_t (dead_code)

This commit is contained in:
Martin Kröning 2022-09-05 00:23:25 +02:00
parent 11af142c93
commit ce305f8f8e

View File

@ -487,6 +487,4 @@ pub mod netc {
#[derive(Copy, Clone)]
pub struct sockaddr {}
pub type socklen_t = usize;
}