drop memory size of subtree

it wasn't too accurate and the new measurement method of dropping the
database completely is better anyway
This commit is contained in:
Aleksey Kladov 2019-07-19 19:53:42 +03:00
parent 191a6ba330
commit 8f032d6a58
2 changed files with 4 additions and 15 deletions

View file

@ -173,10 +173,6 @@ impl SyntaxNode {
})
}
pub fn memory_size_of_subtree(&self) -> usize {
0
}
pub fn debug_dump(&self) -> String {
let mut level = 0;
let mut buf = String::new();