From: Samuel Just Date: Thu, 7 Jul 2022 03:00:01 +0000 (+0000) Subject: crimson/osd: remove unused OSD::peering_request_osd_pipeline X-Git-Tag: v18.0.0~483^2~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=94f7abba23682114877af423cc6cb32a121d14df;p=ceph.git crimson/osd: remove unused OSD::peering_request_osd_pipeline abaa12 removed the only user. Signed-off-by: Samuel Just --- diff --git a/src/crimson/osd/osd.h b/src/crimson/osd/osd.h index b71a6724d55..17b451e70af 100644 --- a/src/crimson/osd/osd.h +++ b/src/crimson/osd/osd.h @@ -238,9 +238,6 @@ private: void update_heartbeat_peers(); friend class PGAdvanceMap; - RemotePeeringEvent::OSDPipeline peering_request_osd_pipeline; - friend class RemotePeeringEvent; - seastar::future> get_or_create_pg( PGMap::PGCreationBlockingEvent::TriggerI&&, spg_t pgid,