Cleanup unused node_subtree_size (#4262)

This commit is contained in:
Jon Ross-Perkins
2024-08-28 23:36:01 +00:00
committed by GitHub
parent 16fd645663
commit d5f0be08e0
-2
View File
@@ -130,8 +130,6 @@ class Tree : public Printable<Tree> {
// Returns the token the given parse tree node models.
auto node_token(NodeId n) const -> Lex::TokenIndex;
auto node_subtree_size(NodeId n) const -> int32_t;
// Returns whether this node is a valid node of the specified type.
template <typename T>
auto IsValid(NodeId node_id) const -> bool {