Get rid of an unused variable warning.
This commit is contained in:
parent
e029c2d623
commit
172ea83adc
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue