diff --git a/Compiler/src/Compiler.cpp b/Compiler/src/Compiler.cpp index 52b841e9..e54fb628 100644 --- a/Compiler/src/Compiler.cpp +++ b/Compiler/src/Compiler.cpp @@ -1526,7 +1526,6 @@ struct Compiler // and it gives the error "missing argument 2". allocReg(expr, 1); - // bytecode.emitABC(LOP_LOADK, target, formatStringIndex, 0); emitLoadK(target, formatStringIndex); uint8_t baseExprReg = allocReg(expr, expr->expressions.size);