about summary refs log tree commit diff
path: root/src/libcore/rt/io/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore/rt/io/mod.rs')
-rw-r--r--src/libcore/rt/io/mod.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libcore/rt/io/mod.rs b/src/libcore/rt/io/mod.rs
index f82092b829c..1634e7443b4 100644
--- a/src/libcore/rt/io/mod.rs
+++ b/src/libcore/rt/io/mod.rs
@@ -8,9 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-use option::*;
-use comm::{GenericPort, GenericChan};
-
 pub mod file;
 
 // FIXME #5370 Strongly want this to be StreamError(&mut Stream)