Remove outdated TODO

This commit is contained in:
Kampfkarren 2022-07-26 20:22:17 -07:00
parent 0e87afff90
commit ea01fe3b34

View file

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