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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user