From: wuxingyi Date: Wed, 1 Jul 2020 01:57:27 +0000 (+0800) Subject: osd: Remove unused function declearation X-Git-Tag: v16.1.0~1842^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F35863%2Fhead;p=ceph.git osd: Remove unused function declearation Signed-off-by: wuxingyi --- 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);