about summary refs log tree commit diff
path: root/src/libstd/os.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-03-19 00:17:00 +0000
committerbors <bors@rust-lang.org>2015-03-19 00:17:00 +0000
commit12cb7c6a2847959460ecac75b2c983d071585472 (patch)
tree481e99dcf4197b0b25cd765877c1b132f768d772 /src/libstd/os.rs
parent94a95067e017252d4928a4292a6aeef66902e694 (diff)
parentfccf5a00056b1d72065951a4428070326df1cfb5 (diff)
downloadrust-12cb7c6a2847959460ecac75b2c983d071585472.tar.gz
rust-12cb7c6a2847959460ecac75b2c983d071585472.zip
Auto merge of #23482 - alexcrichton:snapshots, r=aturon
Diffstat (limited to 'src/libstd/os.rs')
-rw-r--r--src/libstd/os.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libstd/os.rs b/src/libstd/os.rs
index 46233a46ee5..a1a3afca7a9 100644
--- a/src/libstd/os.rs
+++ b/src/libstd/os.rs
@@ -52,18 +52,10 @@ use option::Option::{Some, None};
 use option::Option;
 use old_path::{Path, GenericPath, BytesContainer};
 use path::{self, PathBuf};
-#[cfg(stage0)]
-use ptr::PtrExt;
 use ptr;
 use result::Result::{Err, Ok};
 use result::Result;
-#[cfg(stage0)]
-use slice::{AsSlice, SliceExt};
-#[cfg(not(stage0))]
 use slice::AsSlice;
-#[cfg(stage0)]
-use str::{Str, StrExt};
-#[cfg(not(stage0))]
 use str::Str;
 use str;
 use string::{String, ToString};