File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
trunk/src/librustc/middle/trans Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 1354cfa07f0f236708d31a743e9f5bbb3ab6872f
2
+ refs/heads/master: d573ecd1f99944ca45837cbfc2efddcbddae8761
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 18e3db7392d2d0697b7e27d6d986139960144d85
5
5
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
Original file line number Diff line number Diff line change @@ -1279,8 +1279,6 @@ pub fn compile_submatch(bcx: block,
1279
1279
assert ! ( ( m. len( ) > 0 u || chk. is_some( ) ) ) ;
1280
1280
let _icx = push_ctxt( "match::compile_submatch" ) ;
1281
1281
let mut bcx = bcx;
1282
- let tcx = bcx. tcx( ) ;
1283
- let dm = tcx. def_map;
1284
1282
if m. len( ) == 0 u {
1285
1283
Br ( bcx, chk. get( ) ( ) ) ;
1286
1284
return ;
You can’t perform that action at this time.
0 commit comments