diff --git a/src/unix/hermit/mod.rs b/src/unix/hermit/mod.rs index aafd56eff8b85..288cc46a50693 100644 --- a/src/unix/hermit/mod.rs +++ b/src/unix/hermit/mod.rs @@ -19,8 +19,6 @@ pub type c_long = i64; pub type c_ulong = u64; -//pub type uid_t = u16; -//pub type gid_t = u16; pub type speed_t = ::c_uint; pub type mode_t = u32; pub type dev_t = i16;