Skip to content

Commit 5d18556

Browse files
committed
remove unused variables
1 parent be35992 commit 5d18556

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/unix/hermit/mod.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@
1919
pub type c_long = i64;
2020
pub type c_ulong = u64;
2121

22-
#[allow(unused)]
23-
pub type uid_t = u16;
24-
#[allow(unused)]
25-
pub type gid_t = u16;
22+
//pub type uid_t = u16;
23+
//pub type gid_t = u16;
2624
pub type speed_t = ::c_uint;
2725
pub type mode_t = u32;
2826
pub type dev_t = i16;

0 commit comments

Comments
 (0)