Skip to content

Commit

Permalink
polish std::os::*::raw deprecation on openbsd
Browse files Browse the repository at this point in the history
remove unused import that cause an error at compile-time.
  • Loading branch information
semarie committed Feb 14, 2016
1 parent 09395bb commit 3c5f2f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libstd/os/openbsd/raw.rs
Expand Up @@ -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;
Expand Down

0 comments on commit 3c5f2f7

Please sign in to comment.