Remove commented code

This commit is contained in:
Kampfkarren 2022-07-28 17:30:08 -07:00
parent 856ef34719
commit e7176f8ebf

View file

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