File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
branches/try/src/rustc/middle/trans Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: 98740a59da4f73617351098c118d707134e561a8
5
+ refs/heads/try: 269bc6fb5ca2e507eba2a731a9e5010a0258e17a
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -3856,8 +3856,7 @@ fn trans_break_cont(bcx: block, to_end: bool)
3856
3856
let _icx = bcx. insn_ctxt ( "trans_break_cont" ) ;
3857
3857
// Locate closest loop block, outputting cleanup as we go.
3858
3858
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;
3861
3860
loop {
3862
3861
alt unwind. kind {
3863
3862
block_scope ( { loop_break : some( brk) , _} ) {
You can’t perform that action at this time.
0 commit comments