Skip to content

Commit

Permalink
Remove dead assert
Browse files Browse the repository at this point in the history
CID 316371

Commit 4f3cbf7 gave the built-in
endpoints topics as a consequence of which this became dead code.

Signed-off-by: Erik Boasson <eb@ilities.com>
  • Loading branch information
eboasson committed Jan 30, 2021
1 parent dcd1ebf commit 81666fd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/ddsi/src/q_entity.c
Original file line number Diff line number Diff line change
Expand Up @@ -4517,10 +4517,6 @@ static dds_return_t new_reader_guid
#ifdef DDS_HAS_SECURITY
rd->sec_attr = NULL;
#endif
if (type == NULL)
{
assert (is_builtin_entityid (rd->e.guid.entityid, NN_VENDORID_ECLIPSE));
}
rd->status_cb = status_cb;
rd->status_cb_entity = status_entity;
rd->rhc = rhc;
Expand Down

0 comments on commit 81666fd

Please sign in to comment.