mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Remove outdated TODO
This commit is contained in:
parent
0e87afff90
commit
ea01fe3b34
1 changed files with 0 additions and 1 deletions
|
@ -2636,7 +2636,6 @@ AstExpr* Parser::parseInterpString()
|
|||
std::vector<AstArray<char>> strings;
|
||||
std::vector<AstExpr*> expressions;
|
||||
|
||||
// INTERP TODO: Compile to ("text"):format(...)
|
||||
do {
|
||||
auto currentLexeme = lexer.current();
|
||||
LUAU_ASSERT(currentLexeme.type == Lexeme::InterpStringBegin || currentLexeme.type == Lexeme::InterpStringMid || currentLexeme.type == Lexeme::InterpStringEnd);
|
||||
|
|
Loading…
Add table
Reference in a new issue