Skip to content

Commit

Permalink
std: unused import fix for android
Browse files Browse the repository at this point in the history
  • Loading branch information
yichoi authored and thestinger committed Jun 28, 2013
1 parent aabeba3 commit 6b2297d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libstd/libc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ pub mod types {
use libc::types::os::arch::c95::{c_uchar, c_uint, c_ulong, time_t};
use libc::types::os::arch::c99::{c_longlong, c_ulonglong};
use libc::types::os::arch::posix88::{uid_t, gid_t, ino_t};
use libc::types::os::arch::posix88::{uid_t};

pub type nlink_t = u16;
pub type blksize_t = u32;
Expand Down

0 comments on commit 6b2297d

Please sign in to comment.