diff --git a/valuescript_compiler/src/expression_compiler.rs b/valuescript_compiler/src/expression_compiler.rs index 8311720..5415350 100644 --- a/valuescript_compiler/src/expression_compiler.rs +++ b/valuescript_compiler/src/expression_compiler.rs @@ -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(