diff options
Diffstat (limited to 'crates/ra_syntax/src')
-rw-r--r-- | crates/ra_syntax/src/syntax_node.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/ra_syntax/src/syntax_node.rs b/crates/ra_syntax/src/syntax_node.rs index 98955832b..62e0967b7 100644 --- a/crates/ra_syntax/src/syntax_node.rs +++ b/crates/ra_syntax/src/syntax_node.rs | |||
@@ -173,10 +173,6 @@ impl SyntaxNode { | |||
173 | }) | 173 | }) |
174 | } | 174 | } |
175 | 175 | ||
176 | pub fn memory_size_of_subtree(&self) -> usize { | ||
177 | 0 | ||
178 | } | ||
179 | |||
180 | pub fn debug_dump(&self) -> String { | 176 | pub fn debug_dump(&self) -> String { |
181 | let mut level = 0; | 177 | let mut level = 0; |
182 | let mut buf = String::new(); | 178 | let mut buf = String::new(); |