Remove unused imports

This commit is contained in:
Jeffrey Seyfried 2015-12-12 03:29:35 +00:00
parent 4af4278814
commit 8364a6feef
42 changed files with 35 additions and 59 deletions

View file

@ -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};