Skip to content

Commit

Permalink
Remove FASTDDS_TODO_BEFORE 2.14 (#4445)
Browse files Browse the repository at this point in the history
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
  • Loading branch information
EduPonz authored Feb 23, 2024
1 parent 3baa822 commit 31a83ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cpp/rtps/builtin/data/ParticipantProxyData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,6 @@ bool ParticipantProxyData::readFromCDRMessage(
// TODO(eduponz): This is a workaround for the moment, as it is implicitly assuming
// that the vendor ID parameter came before this one. In the future, we should propagate
// the vendor ID from the RTPS message header using the CacheChange and check it here.
FASTDDS_TODO_BEFORE(2, 14, "Add vendor ID to CacheChange");
if (c_VendorId_eProsima != m_VendorId)
{
return true;
Expand Down

0 comments on commit 31a83ca

Please sign in to comment.