Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Mar 3, 2019
1 parent be35992 commit 5d18556
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/unix/hermit/mod.rs
Expand Up @@ -19,10 +19,8 @@
pub type c_long = i64;
pub type c_ulong = u64;

#[allow(unused)]
pub type uid_t = u16;
#[allow(unused)]
pub type gid_t = u16;
//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;
Expand Down

0 comments on commit 5d18556

Please sign in to comment.