about summary refs log tree commit diff
path: root/src/libstd/sys/unix/os_str.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/sys/unix/os_str.rs')
-rw-r--r--src/libstd/sys/unix/os_str.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstd/sys/unix/os_str.rs b/src/libstd/sys/unix/os_str.rs
index e21d88676e7..f0f08a72ed8 100644
--- a/src/libstd/sys/unix/os_str.rs
+++ b/src/libstd/sys/unix/os_str.rs
@@ -11,9 +11,6 @@
 /// The underlying OsString/OsStr implementation on Unix systems: just
 /// a `Vec<u8>`/`[u8]`.
 
-#[cfg(stage0)]
-use core::prelude::v1::*;
-
 use borrow::Cow;
 use fmt::{self, Debug};
 use vec::Vec;