Skip to content

Commit

Permalink
Remove WillDecodeNull layering violation.
Browse files Browse the repository at this point in the history
This should have been done differently to start with, and the only consumer is
gone anyway.

Fixes project-chip#23057
  • Loading branch information
bzbarsky-apple committed Jun 26, 2023
1 parent dbf5f41 commit 725be55
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/app/AttributeAccessInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -370,11 +370,6 @@ class AttributeValueDecoder
return CHIP_NO_ERROR;
}

/**
* Is the next element of the stream NULL.
*/
bool WillDecodeNull() const { return mReader.GetType() == TLV::kTLVType_Null; }

bool TriedDecode() const { return mTriedDecode; }

/**
Expand Down

0 comments on commit 725be55

Please sign in to comment.