doc: remove FIXME

This commit is contained in:
Joonas Koivunen
2023-08-22 10:45:12 +03:00
parent 076901273f
commit 221abddbb2

View File

@@ -109,7 +109,6 @@ impl PersistentLayerDesc {
) -> Self {
match filename {
LayerFileName::Image(i) => {
// FIXME: can we incremental image layers or is this for future use?
Self::new_img(tenant_id, timeline_id, i.key_range, i.lsn, file_size)
}
LayerFileName::Delta(d) => {