Fix build

This commit is contained in:
Alexey Milovidov 2024-08-17 04:00:31 +02:00
parent bee38a7f4e
commit 02ec4e2f92

View File

@ -943,7 +943,6 @@ bool ParserCastOperator::parseImpl(Pos & pos, ASTPtr & node, Expected & expected
if (ParserToken(DoubleColon).ignore(pos, expected)
&& ParserDataType().parse(pos, type_ast, expected))
{
String s;
size_t data_size = data_end - data_begin;
if (string_literal)
{