Skip to content

Commit

Permalink
Removing commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffamzn committed Jul 26, 2023
1 parent 8e91c35 commit 84ccb8e
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,6 @@ CHIP_ERROR StaticReplacementProductListManager::Next(ReplacementProductStruct &

CHIP_ERROR DynamicReplacementProductListManager::Next(ReplacementProductStruct & item)
{
// if (mIndex < mReplacementProductListSize)
// {
// item = mReplacementProductsList[mIndex];
// mIndex++;
// return CHIP_NO_ERROR;
// }
//
// return CHIP_ERROR_PROVIDER_LIST_EXHAUSTED;
//}

// CHIP_ERROR ReplacementProductListManager::Next(ReplacementProductStruct & item)
//{
if (mIndex < mReplacementProductListSize)
{
item.SetProductIdentifierType(mReplacementProductsList[mIndex].GetProductIdentifierType());
Expand Down

0 comments on commit 84ccb8e

Please sign in to comment.