about summary refs log tree commit diff
path: root/src/libstd/workcache.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-04-27 19:18:33 -0700
committerbors <bors@rust-lang.org>2013-04-27 19:18:33 -0700
commit5f7947aa52f79943593c36d71868757ef351b94e (patch)
tree246190c51857def54922ac4888e990d2e53164ca /src/libstd/workcache.rs
parentdd5b1de1812f308ad68472d2ab06c15d3c342d75 (diff)
parentf792baba42b79711b64950c46208a1eb4b9539be (diff)
downloadrust-5f7947aa52f79943593c36d71868757ef351b94e.tar.gz
rust-5f7947aa52f79943593c36d71868757ef351b94e.zip
auto merge of #6075 : thestinger/rust/no-no_core, r=brson
core injection works fine now
Diffstat (limited to 'src/libstd/workcache.rs')
-rw-r--r--src/libstd/workcache.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libstd/workcache.rs b/src/libstd/workcache.rs
index d1aa069559e..ae09b9b9026 100644
--- a/src/libstd/workcache.rs
+++ b/src/libstd/workcache.rs
@@ -16,16 +16,10 @@ use serialize::{Encoder, Encodable, Decoder, Decodable};
 use sort;
 
 use core::cell::Cell;
-use core::cmp;
-use core::either::{Either, Left, Right};
-use core::io;
 use core::comm::{oneshot, PortOne, send_one};
 use core::pipes::recv;
-use core::prelude::*;
-use core::result;
 use core::run;
 use core::hashmap::HashMap;
-use core::task;
 use core::to_bytes;
 
 /**