Skip to content

Commit

Permalink
Update DefaultICDClientStorage.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: mkardous-silabs <[email protected]>
  • Loading branch information
yunhanw-google and mkardous-silabs authored Oct 11, 2024
1 parent daeb4a1 commit ccc22b8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/app/icd/client/DefaultICDClientStorage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -478,10 +478,7 @@ CHIP_ERROR DefaultICDClientStorage::DeleteEntry(const ScopedNodeId & peerNode)

CHIP_ERROR DefaultICDClientStorage::DeleteAllEntries(FabricIndex fabricIndex)
{
if (CheckFabricExistence(fabricIndex) != CHIP_NO_ERROR)
{
return CHIP_NO_ERROR;
}
VerifyOrRetunrError (CheckFabricExistence(fabricIndex) == CHIP_NO_ERROR, CHIP_NO_ERROR)

size_t clientInfoSize = 0;
std::vector<ICDClientInfo> clientInfoVector;
Expand Down

0 comments on commit ccc22b8

Please sign in to comment.