From: Kefu Chai Date: Mon, 16 Sep 2019 08:16:38 +0000 (+0800) Subject: osd/OSD.h: remove unused OSD::discard_context() X-Git-Tag: v15.1.0~1537^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b1e655b11e1f315e93b90764f13bb6ef51c7e9f2;p=ceph.git osd/OSD.h: remove unused OSD::discard_context() Signed-off-by: Kefu Chai --- diff --git a/src/osd/OSD.h b/src/osd/OSD.h index 0468c66c416d..0dc7cc73decb 100644 --- a/src/osd/OSD.h +++ b/src/osd/OSD.h @@ -1916,7 +1916,6 @@ protected: PeeringCtx create_context(); void dispatch_context(PeeringCtx &ctx, PG *pg, OSDMapRef curmap, ThreadPool::TPHandle *handle = NULL); - void discard_context(PeeringCtx &ctx); bool require_mon_peer(const Message *m); bool require_mon_or_mgr_peer(const Message *m);