Skip to content

Commit

Permalink
Avoid adding endpoints in the SchemaParticipant
Browse files Browse the repository at this point in the history
Signed-off-by: tempate <[email protected]>
  • Loading branch information
Tempate committed Oct 24, 2023
1 parent fd1454b commit 2bb6136
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ SchemaParticipant::SchemaParticipant(
, discovery_database_(discovery_database)
, schema_handler_(schema_handler)
{
// Simulate that there is a reader of type object to force this track creation
discovery_database_->add_endpoint(
rtps::CommonParticipant::simulate_endpoint(type_object_topic(), this->id())
);
}

ParticipantId SchemaParticipant::id() const noexcept
Expand Down

0 comments on commit 2bb6136

Please sign in to comment.