diff --git a/toolchain/parse/tree.h b/toolchain/parse/tree.h index eec245109eec..da31781423c1 100644 --- a/toolchain/parse/tree.h +++ b/toolchain/parse/tree.h @@ -130,8 +130,6 @@ class Tree : public Printable { // 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 auto IsValid(NodeId node_id) const -> bool {