about summary refs log tree commit diff
path: root/src/compiletest/util.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiletest/util.rs')
-rw-r--r--src/compiletest/util.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/compiletest/util.rs b/src/compiletest/util.rs
index 616ca8d4840..51579c33e9a 100644
--- a/src/compiletest/util.rs
+++ b/src/compiletest/util.rs
@@ -8,11 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-use core::prelude::*;
-
 use common::config;
 
-use core::io;
 use core::os::getenv;
 
 pub fn make_new_path(path: ~str) -> ~str {