From b1e655b11e1f315e93b90764f13bb6ef51c7e9f2 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 16 Sep 2019 16:16:38 +0800 Subject: [PATCH] osd/OSD.h: remove unused OSD::discard_context() Signed-off-by: Kefu Chai --- src/osd/OSD.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/osd/OSD.h b/src/osd/OSD.h index 0468c66c416..0dc7cc73dec 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); -- 2.39.5