drop TODO about better load time api

This commit is contained in:
Joonas Koivunen
2023-08-24 18:41:23 +03:00
parent 0155ff95e7
commit b01022d8df

View File

@@ -365,8 +365,6 @@ impl ResidentOrWantedEvicted {
/// This type models the on-disk layers, which can be evicted and on-demand downloaded.
// TODO:
// - internal arc, because I've now worked away majority of external wrapping
// - load time api which checks that files are present, fixmes in load time, remote timeline
// client tests
pub(crate) struct LayerE {
// do we really need this?
conf: &'static PageServerConf,