Skip to content

Commit

Permalink
Remove TODO comment. (#26517)
Browse files Browse the repository at this point in the history
Parameter lists were replaced with a structure since #9305
  • Loading branch information
andy31415 committed May 11, 2023
1 parent ac16417 commit 023b023
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/ReadClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ CHIP_ERROR ReadClient::SendRequest(ReadPrepareParams & aReadPrepareParams)

CHIP_ERROR ReadClient::SendReadRequest(ReadPrepareParams & aReadPrepareParams)
{
// TODO: SendRequest parameter is too long, need to have the structure to represent it
CHIP_ERROR err = CHIP_NO_ERROR;

ChipLogDetail(DataManagement, "%s ReadClient[%p]: Sending Read Request", __func__, this);
Expand Down

0 comments on commit 023b023

Please sign in to comment.