diff options
| author | Jeffrey Seyfried <jeffrey.seyfried@gmail.com> | 2015-12-12 03:29:35 +0000 |
|---|---|---|
| committer | Jeffrey Seyfried <jeffrey.seyfried@gmail.com> | 2015-12-17 05:43:27 +0000 |
| commit | 8364a6feefe730c1cf06e95d00406afbdf5938c2 (patch) | |
| tree | e9982928ded5bd1a97267333b3b78fc161f8b3e4 /src/compiletest | |
| parent | 4af427881405f95b8d87efea844cbd695fb55986 (diff) | |
| download | rust-8364a6feefe730c1cf06e95d00406afbdf5938c2.tar.gz rust-8364a6feefe730c1cf06e95d00406afbdf5938c2.zip | |
Remove unused imports
Diffstat (limited to 'src/compiletest')
| -rw-r--r-- | src/compiletest/runtest.rs | 2 |
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}; |
