Update salsa

This commit is contained in:
Jonas Schievink 2021-10-06 22:42:54 +02:00
parent 86c534f244
commit cda9668289
5 changed files with 13 additions and 70 deletions

View file

@ -160,9 +160,6 @@ impl AnalysisHost {
self.db.apply_change(change)
}
pub fn collect_garbage(&mut self) {
self.db.collect_garbage();
}
/// NB: this clears the database
pub fn per_query_memory_usage(&mut self) -> Vec<(String, profile::Bytes)> {
self.db.per_query_memory_usage()