mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
warning caused by removed body
This commit is contained in:
@@ -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 notify(&self, attempt: &Attempt) {}
|
||||
pub(crate) fn notify(&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
|
||||
|
||||
Reference in New Issue
Block a user