From 94f7abba23682114877af423cc6cb32a121d14df Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Thu, 7 Jul 2022 03:00:01 +0000 Subject: [PATCH] crimson/osd: remove unused OSD::peering_request_osd_pipeline abaa12 removed the only user. Signed-off-by: Samuel Just --- src/crimson/osd/osd.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/crimson/osd/osd.h b/src/crimson/osd/osd.h index b71a6724d558e..17b451e70af38 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, -- 2.39.5