mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Remove commented code
This commit is contained in:
parent
1ea1d654ee
commit
38d40143d7
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue