about summary refs log tree commit diff
path: root/src/compiletest
diff options
context:
space:
mode:
authorJeffrey Seyfried <jeffrey.seyfried@gmail.com>2015-12-12 03:29:35 +0000
committerJeffrey Seyfried <jeffrey.seyfried@gmail.com>2015-12-17 05:43:27 +0000
commit8364a6feefe730c1cf06e95d00406afbdf5938c2 (patch)
treee9982928ded5bd1a97267333b3b78fc161f8b3e4 /src/compiletest
parent4af427881405f95b8d87efea844cbd695fb55986 (diff)
downloadrust-8364a6feefe730c1cf06e95d00406afbdf5938c2.tar.gz
rust-8364a6feefe730c1cf06e95d00406afbdf5938c2.zip
Remove unused imports
Diffstat (limited to 'src/compiletest')
-rw-r--r--src/compiletest/runtest.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/compiletest/runtest.rs b/src/compiletest/runtest.rs
index 1b1f5115b60..459b43b4ffe 100644
--- a/src/compiletest/runtest.rs
+++ b/src/compiletest/runtest.rs
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-use self::TargetLocation::*;
-
 use common::Config;
 use common::{CompileFail, ParseFail, Pretty, RunFail, RunPass, RunPassValgrind};
 use common::{Codegen, DebugInfoLldb, DebugInfoGdb, Rustdoc};