Skip to content
Snippets Groups Projects
Commit 5d185569 authored by Stefan Lankes's avatar Stefan Lankes
Browse files

remove unused variables

parent be35992b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment