about summary refs log tree commit diff
path: root/src/libstd/sys/windows
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/sys/windows
parent94a95067e017252d4928a4292a6aeef66902e694 (diff)
parentfccf5a00056b1d72065951a4428070326df1cfb5 (diff)
downloadrust-12cb7c6a2847959460ecac75b2c983d071585472.tar.gz
rust-12cb7c6a2847959460ecac75b2c983d071585472.zip
Auto merge of #23482 - alexcrichton:snapshots, r=aturon
Diffstat (limited to 'src/libstd/sys/windows')
-rw-r--r--src/libstd/sys/windows/process2.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/sys/windows/process2.rs b/src/libstd/sys/windows/process2.rs
index e3cf5da59f0..4c2777459dd 100644
--- a/src/libstd/sys/windows/process2.rs
+++ b/src/libstd/sys/windows/process2.rs
@@ -128,8 +128,6 @@ impl Process {
         use env::split_paths;
         use mem;
         use iter::IteratorExt;
-        #[cfg(stage0)]
-        use str::StrExt;
 
         // To have the spawning semantics of unix/windows stay the same, we need to
         // read the *child's* PATH if one is provided. See #15149 for more details.