1
Fork 0

remove redundant var rebindings

This commit is contained in:
Matthias Krüger 2023-08-19 14:09:30 +02:00
parent d06ca0ffaf
commit 269803ee56
3 changed files with 2 additions and 7 deletions

View file

@ -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, .. } => {