chore: unused variable

This commit is contained in:
Joonas Koivunen
2024-07-25 16:31:01 +00:00
parent 5e45dd3f86
commit 29ef8f15ce

View File

@@ -136,7 +136,7 @@ impl Default for SharedState {
impl SharedState {
/// Notify an uninitialized shared state that an attempt to detach timeline ancestor continues
/// from previous instance.
pub(crate) fn continue_existing_attempt(&self, attempt: &Attempt) {}
pub(crate) fn continue_existing_attempt(&self, _attempt: &Attempt) {}
/// Only GC must be paused while a detach ancestor is ongoing. Compaction can happen, to aid
/// with any ongoing ingestion. Compaction even after restart is ok because layers will not be