Skip to content

Commit

Permalink
Refs #20739: Remove status assert
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
  • Loading branch information
Mario-DL committed Apr 9, 2024
1 parent 82a8b06 commit 2b3b3f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cpp/statistics/rtps/monitor-service/MonitorService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ bool MonitorService::write_status(
}
}

assert(status_retrieved);
if (status_retrieved)
{
status_data.status_kind((StatusKind)i);
Expand Down

0 comments on commit 2b3b3f7

Please sign in to comment.