diff options
| author | Sébastien Marie <semarie@users.noreply.github.com> | 2016-02-14 12:03:46 +0100 |
|---|---|---|
| committer | Sébastien Marie <semarie@users.noreply.github.com> | 2016-02-14 12:03:46 +0100 |
| commit | 3c5f2f71ca523e8242915ea86e51bf098b11533c (patch) | |
| tree | be2688f45cf519f1ff67fed3aa13548236779972 | |
| parent | 09395bbfb0cacc6d53956c37cb85086bb8c837f2 (diff) | |
| download | rust-3c5f2f71ca523e8242915ea86e51bf098b11533c.tar.gz rust-3c5f2f71ca523e8242915ea86e51bf098b11533c.zip | |
polish `std::os::*::raw` deprecation on openbsd
remove unused import that cause an error at compile-time.
| -rw-r--r-- | src/libstd/os/openbsd/raw.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/os/openbsd/raw.rs b/src/libstd/os/openbsd/raw.rs index 6effcdecae1..0e9a2128bc2 100644 --- a/src/libstd/os/openbsd/raw.rs +++ b/src/libstd/os/openbsd/raw.rs @@ -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; |
