Remove commented code

This commit is contained in:
Kampfkarren 2022-07-26 22:28:01 -07:00
parent 1ea1d654ee
commit 38d40143d7

View file

@ -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);