mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-17 10:22:56 +00:00
eviction_task: remove confusing drop(candidates)
This commit is contained in:
@@ -270,7 +270,6 @@ impl Timeline {
|
||||
Ok(results) => results,
|
||||
};
|
||||
assert_eq!(results.len(), candidates.len());
|
||||
drop(candidates);
|
||||
for result in results {
|
||||
match result {
|
||||
None => {
|
||||
|
||||
Reference in New Issue
Block a user