Skip to content

Commit 0e6f1c1

Browse files
committed
Remove redundant children member
1 parent 26e7dd5 commit 0e6f1c1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/graphqlservice/internal/SyntaxTree.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ class [[nodiscard]] ast_node : public parse_tree::basic_node<ast_node>
5555
_type_hash = type_hash<Rule>();
5656
}
5757

58-
using children_t = std::vector<std::unique_ptr<ast_node>>;
59-
60-
children_t children;
61-
6258
private:
6359
template <typename U>
6460
[[nodiscard]] static std::string_view type_name() noexcept

0 commit comments

Comments
 (0)