We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb82c9d commit 328fc14Copy full SHA for 328fc14
src/SchemaLoader.cpp
@@ -891,8 +891,6 @@ void SchemaLoader::visitEnumTypeExtension(const peg::ast_node& enumTypeExtension
891
892
if (directiveName == "deprecated"sv)
893
{
894
- std::string_view reason;
895
-
896
peg::on_first_child<peg::arguments>(directive,
897
[&value](const peg::ast_node& arguments) {
898
peg::on_first_child<peg::argument>(arguments,
0 commit comments