Skip to content

Commit 688c4c4

Browse files
committed
Remove unused import in librustc
1 parent 278a4db commit 688c4c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc/middle/trans/controlflow.rs

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ use syntax::ast::ident;
3030
use syntax::ast_map::path_mod;
3131
use syntax::ast_util;
3232
use syntax::codemap::span;
33-
use syntax::print::pprust::expr_to_str;
3433

3534
pub fn trans_block(bcx: block, b: &ast::blk, dest: expr::Dest) -> block {
3635
let _icx = bcx.insn_ctxt("trans_block");

0 commit comments

Comments
 (0)