Skip to content

Commit 7b8bc47

Browse files
committed
Refs #22901. Remove TODO.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent ed7110d commit 7b8bc47

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/cpp/rtps/messages/MessageReceiver.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,6 @@ bool MessageReceiver::proc_Submsg_Data(
867867
uint32_t next_pos = msg->pos + payload_size;
868868
if (msg->length >= next_pos && payload_size > 0)
869869
{
870-
FASTDDS_TODO_BEFORE(3, 3, "Pass keyFlag in serializedPayload, and always pass input data upwards");
871870
ch.serializedPayload.data = &msg->buffer[msg->pos];
872871
ch.serializedPayload.length = payload_size;
873872
ch.serializedPayload.max_size = payload_size;

0 commit comments

Comments
 (0)