Skip to content

Commit

Permalink
Remove outdated TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
voltrevo committed Jul 6, 2023
1 parent 3fc5e62 commit 06474f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion valuescript_compiler/src/expression_compiler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,6 @@ impl<'a> ExpressionCompiler<'a> {
}

// Otherwise, we need to capture the current value for the result of the expression
// TODO: This case can be limited further by checking *where* the mutations are
let new_reg = self.fnc.allocate_tmp();

self.fnc.push(Instruction::Mov(
Expand Down

0 comments on commit 06474f3

Please sign in to comment.