doc: drop comment in favor of drop_eviction_guard

This commit is contained in:
Joonas Koivunen
2023-08-29 11:14:12 +03:00
parent d67d4b3eee
commit def51361ae

View File

@@ -4065,7 +4065,6 @@ impl Timeline {
});
resident_layers.push(LocalLayerInfoForDiskUsageEviction {
// we explicitly don't want to keep this layer downloaded
layer: l.drop_eviction_guard(),
last_activity_ts,
});