mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 18:30:30 +01:00
Cleanup unused node_subtree_size (#4262)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user