Skip to content

Commit

Permalink
crimson/.../peering_event: remove ifdef'd out tracking_events bits
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Just <[email protected]>
  • Loading branch information
athanatos committed Oct 1, 2022
1 parent 05caa22 commit 667a014
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions src/crimson/osd/osd_operations/peering_event.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,6 @@ class RemotePeeringEvent : public PeeringEvent<RemotePeeringEvent> {
conn(conn)
{}

#if 0
std::tuple<
> tracking_events;
#endif

std::tuple<
StartEvent,
ConnectionPipeline::AwaitActive::BlockingEvent,
Expand All @@ -150,14 +145,6 @@ class RemotePeeringEvent : public PeeringEvent<RemotePeeringEvent> {
PGPeeringPipeline::Process::BlockingEvent,
BackfillRecovery::BackfillRecoveryPipeline::Process::BlockingEvent,
OSDPipeline::AwaitActive::BlockingEvent,
#if 0
PGPipeline::WaitForActive::BlockingEvent,
PGActivationBlocker::BlockingEvent,
PGPipeline::RecoverMissing::BlockingEvent,
PGPipeline::GetOBC::BlockingEvent,
PGPipeline::WaitRepop::BlockingEvent,
PGPipeline::SendReply::BlockingEvent,
#endif
CompletionEvent
> tracking_events;

Expand Down Expand Up @@ -194,14 +181,6 @@ class LocalPeeringEvent final : public PeeringEvent<LocalPeeringEvent> {
PG_OSDMapGate::OSDMapBlocker::BlockingEvent,
PGPeeringPipeline::Process::BlockingEvent,
BackfillRecovery::BackfillRecoveryPipeline::Process::BlockingEvent,
#if 0
PGPipeline::WaitForActive::BlockingEvent,
PGActivationBlocker::BlockingEvent,
PGPipeline::RecoverMissing::BlockingEvent,
PGPipeline::GetOBC::BlockingEvent,
PGPipeline::WaitRepop::BlockingEvent,
PGPipeline::SendReply::BlockingEvent,
#endif
CompletionEvent
> tracking_events;
};
Expand Down

0 comments on commit 667a014

Please sign in to comment.