From f0c025662abce530081bc8a59c16004ab53eade8 Mon Sep 17 00:00:00 2001 From: wuxingyi Date: Wed, 1 Jul 2020 09:57:27 +0800 Subject: [PATCH] osd: Remove unused function declearation Signed-off-by: wuxingyi --- src/osd/PrimaryLogPG.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/osd/PrimaryLogPG.h b/src/osd/PrimaryLogPG.h index f9e69556ca0c..49ee544a48ad 100644 --- a/src/osd/PrimaryLogPG.h +++ b/src/osd/PrimaryLogPG.h @@ -1889,7 +1889,6 @@ public: } void maybe_kick_recovery(const hobject_t &soid); void wait_for_unreadable_object(const hobject_t& oid, OpRequestRef op); - void wait_for_all_missing(OpRequestRef op); bool check_laggy(OpRequestRef& op); bool check_laggy_requeue(OpRequestRef& op); -- 2.47.3