Skip to content

Commit

Permalink
Remove unused import in librustc
Browse files Browse the repository at this point in the history
  • Loading branch information
ILyoan committed Mar 14, 2013
1 parent 278a4db commit 688c4c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc/middle/trans/controlflow.rs
Expand Up @@ -30,7 +30,6 @@ use syntax::ast::ident;
use syntax::ast_map::path_mod;
use syntax::ast_util;
use syntax::codemap::span;
use syntax::print::pprust::expr_to_str;

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

3 comments on commit 688c4c4

@bors
Copy link
Contributor

@bors bors commented on 688c4c4 Mar 14, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from sanxiyn
at ILyoan@688c4c4

@bors
Copy link
Contributor

@bors bors commented on 688c4c4 Mar 14, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging ILyoan/rust/remove_unused = 688c4c4 into auto

@bors
Copy link
Contributor

@bors bors commented on 688c4c4 Mar 14, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ILyoan/rust/remove_unused = 688c4c4 merged ok, testing candidate = 3cee676

Please sign in to comment.