提交 990dc435 编写于 作者: B Brendan Cully

unused variable

上级 202fcb29
...@@ -248,7 +248,6 @@ pub fn trans_break_cont(bcx: block, ...@@ -248,7 +248,6 @@ pub fn trans_break_cont(bcx: block,
let mut unwind = bcx; let mut unwind = bcx;
let mut cur_scope = unwind.scope; let mut cur_scope = unwind.scope;
let mut target = unwind; let mut target = unwind;
let quit = false;
loop { loop {
cur_scope = match cur_scope { cur_scope = match cur_scope {
Some(@scope_info { Some(@scope_info {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册