mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-31 12:00:42 +00:00
eviction: remove comment
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user