drop obsolete comment

This commit is contained in:
Aleksey Kladov 2019-01-26 20:57:47 +03:00
parent 7801f6b50f
commit 09b5dc8e02

View file

@ -91,9 +91,6 @@ impl db::RootDatabase {
}
}
/// Ideally, we should call this function from time to time to collect heavy
/// syntax trees. However, if we actually do that, everything is recomputed
/// for some reason. Needs investigation.
pub(crate) fn collect_garbage(&mut self) {
self.last_gc = time::Instant::now();