eviction: remove comment

This commit is contained in:
Joonas Koivunen
2023-08-22 01:19:21 +03:00
parent 54873844c2
commit 599069b612

View File

@@ -1054,7 +1054,6 @@ impl Timeline {
);
}
// start the batch update
let mut results = Vec::with_capacity(layers_to_evict.len());
for _ in 0..layers_to_evict.len() {
results.push(None);