]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/osd: remove unused OSD::peering_request_osd_pipeline
authorSamuel Just <sjust@redhat.com>
Thu, 7 Jul 2022 03:00:01 +0000 (03:00 +0000)
committerSamuel Just <sjust@redhat.com>
Wed, 13 Jul 2022 00:50:02 +0000 (00:50 +0000)
abaa12 removed the only user.

Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/osd/osd.h

index b71a6724d558e323c72541e2ead416b47da03020..17b451e70af380a7a23dfa2c3220588415f624f4 100644 (file)
@@ -238,9 +238,6 @@ private:
   void update_heartbeat_peers();
   friend class PGAdvanceMap;
 
-  RemotePeeringEvent::OSDPipeline peering_request_osd_pipeline;
-  friend class RemotePeeringEvent;
-
   seastar::future<Ref<PG>> get_or_create_pg(
     PGMap::PGCreationBlockingEvent::TriggerI&&,
     spg_t pgid,