remove redundant var rebindings
This commit is contained in:
parent
d06ca0ffaf
commit
269803ee56
3 changed files with 2 additions and 7 deletions
|
@ -1105,7 +1105,6 @@ impl<'a, 'tcx> Liveness<'a, 'tcx> {
|
|||
}
|
||||
|
||||
// Then do a second pass for inputs
|
||||
let mut succ = succ;
|
||||
for (op, _op_sp) in asm.operands.iter().rev() {
|
||||
match op {
|
||||
hir::InlineAsmOperand::In { expr, .. } => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue