]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/OSD.h: remove unused OSD::discard_context()
authorKefu Chai <kchai@redhat.com>
Mon, 16 Sep 2019 08:16:38 +0000 (16:16 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 16 Sep 2019 11:03:42 +0000 (19:03 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/osd/OSD.h

index 0468c66c416d89051a43f517800a014fd7490a93..0dc7cc73decb72f072633c30389b029482bc6c51 100644 (file)
@@ -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);