diff --git a/Ast/src/Lexer.cpp b/Ast/src/Lexer.cpp index c4443c90..3e2f23e6 100644 --- a/Ast/src/Lexer.cpp +++ b/Ast/src/Lexer.cpp @@ -590,7 +590,6 @@ Lexeme Lexer::readQuotedString() const Lexeme& Lexer::nextInterpolatedString() { Position start = position(); - unsigned int startOffset = offset; lexeme = readInterpolatedStringSection(start, Lexeme::InterpStringMid, Lexeme::InterpStringEnd); return lexeme;