Skip to content

Commit

Permalink
Refs #21185: Remove initialization
Browse files Browse the repository at this point in the history
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
  • Loading branch information
elianalf committed Jul 17, 2024
1 parent 3786371 commit 84125ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/cpp/flow_control/SubscriberApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ SubscriberApp::SubscriberApp(
, type_(new FlowControlPubSubType())
, samples_(config.samples)
, stop_(false)
, slow_writer_guid({0})
, fast_writer_guid({0})
{
StatusMask status_mask = StatusMask::none();
status_mask << StatusMask::data_available();
Expand Down

0 comments on commit 84125ad

Please sign in to comment.