Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm committed Dec 4, 2024
1 parent 690af97 commit 9957363
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/noirc_evaluator/src/ssa/opt/die.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ impl Context {
.push(instructions_len - instruction_index - 1);
}
} else {
use Instruction::*;
// We can't remove rc instructions if they're loaded from a reference
// since we'd have no way of knowing whether the reference is still used.
if Self::is_inc_dec_instruction_on_known_array(instruction, &function.dfg) {
Expand Down

0 comments on commit 9957363

Please sign in to comment.