refactor(layer_map): remove unused

This commit is contained in:
Joonas Koivunen
2023-08-16 15:34:10 +03:00
parent d91c233ca7
commit f523cd1ab0

View File

@@ -55,12 +55,6 @@ impl LayerManager {
&self.layer_map
}
/// Get a mutable reference to the layer map. This function will be removed once `flush_frozen_layer`
/// gets a refactor.
pub(crate) fn layer_map_mut(&mut self) -> &mut LayerMap {
&mut self.layer_map
}
/// Replace layers in the layer file manager, used in evictions and layer downloads.
pub(crate) fn replace_and_verify(
&mut self,