Skip to content

Commit 596b177

Browse files
committed
---
yaml --- r: 16062 b: refs/heads/try c: 269bc6f h: refs/heads/master v: v3
1 parent 36abd92 commit 596b177

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 98740a59da4f73617351098c118d707134e561a8
5+
refs/heads/try: 269bc6fb5ca2e507eba2a731a9e5010a0258e17a
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/rustc/middle/trans/base.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3856,8 +3856,7 @@ fn trans_break_cont(bcx: block, to_end: bool)
38563856
let _icx = bcx.insn_ctxt("trans_break_cont");
38573857
// Locate closest loop block, outputting cleanup as we go.
38583858
let mut unwind = bcx;
3859-
let mut target = bcx; // FIXME---not necc. but tstate thinks it is
3860-
let _target = target; // FIXME---hack to shut up liveness about target
3859+
let mut target;
38613860
loop {
38623861
alt unwind.kind {
38633862
block_scope({loop_break: some(brk), _}) {

0 commit comments

Comments
 (0)