auto merge of #7997 : omasanori/rust/cleanup, r=cmr
Just an minor cleanup.
This commit is contained in:
commit
766eb950c6
@ -1279,8 +1279,6 @@ pub fn compile_submatch(bcx: @mut Block,
|
||||
assert!((m.len() > 0u || chk.is_some()));
|
||||
let _icx = push_ctxt("match::compile_submatch");
|
||||
let mut bcx = bcx;
|
||||
let tcx = bcx.tcx();
|
||||
let dm = tcx.def_map;
|
||||
if m.len() == 0u {
|
||||
Br(bcx, chk.get()());
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user