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
856ef34719
commit
e7176f8ebf
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue