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 26e7dd5 commit 0e6f1c1Copy full SHA for 0e6f1c1
include/graphqlservice/internal/SyntaxTree.h
@@ -55,10 +55,6 @@ class [[nodiscard]] ast_node : public parse_tree::basic_node<ast_node>
55
_type_hash = type_hash<Rule>();
56
}
57
58
- using children_t = std::vector<std::unique_ptr<ast_node>>;
59
-
60
- children_t children;
61
62
private:
63
template <typename U>
64
[[nodiscard]] static std::string_view type_name() noexcept
0 commit comments