Skip to content

Commit

Permalink
unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bcully committed Jul 11, 2013
1 parent 202fcb2 commit 990dc43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc/middle/trans/controlflow.rs
Expand Up @@ -248,7 +248,6 @@ pub fn trans_break_cont(bcx: block,
let mut unwind = bcx;
let mut cur_scope = unwind.scope;
let mut target = unwind;
let quit = false;
loop {
cur_scope = match cur_scope {
Some(@scope_info {
Expand Down

5 comments on commit 990dc43

@bors
Copy link
Contributor

@bors bors commented on 990dc43 Jul 11, 2013

Choose a reason for hiding this comment

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

@bors
Copy link
Contributor

@bors bors commented on 990dc43 Jul 11, 2013

Choose a reason for hiding this comment

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

merging bcully/rust/warnings = 990dc43 into auto

@bors
Copy link
Contributor

@bors bors commented on 990dc43 Jul 11, 2013

Choose a reason for hiding this comment

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

bcully/rust/warnings = 990dc43 merged ok, testing candidate = 323ac99

@bors
Copy link
Contributor

@bors bors commented on 990dc43 Jul 11, 2013

Choose a reason for hiding this comment

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

fast-forwarding master to auto = 323ac99

Please sign in to comment.