remove unused import

This commit is contained in:
Niko Matsakis 2015-11-03 20:38:02 -05:00
parent b46c0fc497
commit e78786315b
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
use back::abi;
use llvm::ValueRef;
use rustc::middle::ty::Ty;
use rustc_front::hir;