Skip to content

Commit

Permalink
Remove WillDecodeNull layering violation. (#27491)
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 #23057
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Nov 8, 2023
1 parent b4f6ab0 commit 1062020
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 1062020

Please sign in to comment.