Skip to content

Commit 990dc43

Browse files
committed
unused variable
1 parent 202fcb2 commit 990dc43

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
@@ -248,7 +248,6 @@ pub fn trans_break_cont(bcx: block,
248248
let mut unwind = bcx;
249249
let mut cur_scope = unwind.scope;
250250
let mut target = unwind;
251-
let quit = false;
252251
loop {
253252
cur_scope = match cur_scope {
254253
Some(@scope_info {

0 commit comments

Comments
 (0)