about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-02-15 09:10:52 +0000
committerbors <bors@rust-lang.org>2016-02-15 09:10:52 +0000
commit5ba94028ac1f459fc5a600f6b2b59a4079288e17 (patch)
tree6e10f179aa58bfc5be18cbd79c9ca0927ce3fb19 /src/libstd
parent4ce803837e8a414d20b17274aac5a2cbd06237bc (diff)
parent3c5f2f71ca523e8242915ea86e51bf098b11533c (diff)
downloadrust-5ba94028ac1f459fc5a600f6b2b59a4079288e17.tar.gz
rust-5ba94028ac1f459fc5a600f6b2b59a4079288e17.zip
Auto merge of #31652 - semarie:openbsd-os-raw, r=alexcrichton
remove unused import that cause an error at compile-time.

r? @alexcrichton
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/os/openbsd/raw.rs1
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;