From d5f0be08e06003bb623101577b0c0ad82f8979b3 Mon Sep 17 00:00:00 2001 From: Jon Ross-Perkins Date: Wed, 28 Aug 2024 16:36:01 -0700 Subject: [PATCH] Cleanup unused node_subtree_size (#4262) --- toolchain/parse/tree.h | 2 -- 1 file changed, 2 deletions(-) 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 {