mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Remove unused variable
This commit is contained in:
parent
dbf5064449
commit
657fa854eb
1 changed files with 0 additions and 1 deletions
|
@ -590,7 +590,6 @@ Lexeme Lexer::readQuotedString()
|
||||||
const Lexeme& Lexer::nextInterpolatedString()
|
const Lexeme& Lexer::nextInterpolatedString()
|
||||||
{
|
{
|
||||||
Position start = position();
|
Position start = position();
|
||||||
unsigned int startOffset = offset;
|
|
||||||
|
|
||||||
lexeme = readInterpolatedStringSection(start, Lexeme::InterpStringMid, Lexeme::InterpStringEnd);
|
lexeme = readInterpolatedStringSection(start, Lexeme::InterpStringMid, Lexeme::InterpStringEnd);
|
||||||
return lexeme;
|
return lexeme;
|
||||||
|
|
Loading…
Add table
Reference in a new issue