From 49632d00e502eb826525f92e2e2432fa0855de94 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Thu, 11 May 2023 16:32:27 -0400 Subject: [PATCH] Remove TODO comment. (#26517) Parameter lists were replaced with a structure since #9305 --- src/app/ReadClient.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/ReadClient.cpp b/src/app/ReadClient.cpp index e430c0ea5ddb48..6ccc913f38b8db 100644 --- a/src/app/ReadClient.cpp +++ b/src/app/ReadClient.cpp @@ -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);