diff --git a/pageserver/src/tenant/storage_layer.rs b/pageserver/src/tenant/storage_layer.rs index fdb22db73a..573bf1b3af 100644 --- a/pageserver/src/tenant/storage_layer.rs +++ b/pageserver/src/tenant/storage_layer.rs @@ -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,