polish std::os::*::raw deprecation on openbsd

remove unused import that cause an error at compile-time.
This commit is contained in:
Sébastien Marie 2016-02-14 12:03:46 +01:00
parent 09395bbfb0
commit 3c5f2f71ca

View file

@ -19,7 +19,6 @@
#![allow(deprecated)]
use os::raw::c_long;
use os::unix::raw::{uid_t, gid_t};
#[stable(feature = "raw_ext", since = "1.1.0")] pub type blkcnt_t = u64;
#[stable(feature = "raw_ext", since = "1.1.0")] pub type blksize_t = u64;