mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-17 10:22:56 +00:00
cleanup: persist_index_part_with_deleted_flag doesn't need self: &Arc<Self>
This commit is contained in:
@@ -629,9 +629,7 @@ impl RemoteTimelineClient {
|
||||
}
|
||||
|
||||
// NOTE: if there were no tasks to call stop we need to call stop by ourselves first
|
||||
pub(crate) async fn persist_index_part_with_deleted_flag(
|
||||
self: &Arc<Self>,
|
||||
) -> anyhow::Result<()> {
|
||||
pub(crate) async fn persist_index_part_with_deleted_flag(&self) -> anyhow::Result<()> {
|
||||
let index_part = {
|
||||
let mut locked = self.upload_queue.lock().unwrap();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user