diff --git a/Compiler/src/Compiler.cpp b/Compiler/src/Compiler.cpp index 055a5e32..5f710a4c 100644 --- a/Compiler/src/Compiler.cpp +++ b/Compiler/src/Compiler.cpp @@ -1523,7 +1523,6 @@ struct Compiler CompileError::raise(expr->location, "Exceeded constant limit; simplify the code to compile"); RegScope rs(this); - // unsigned int top = regTop; uint8_t baseReg = allocReg(expr, 2 + expr->expressions.size);