Skip to content

Commit

Permalink
[clean up] Remove unused helper method. (#13597)
Browse files Browse the repository at this point in the history
  • Loading branch information
turon authored and pull[bot] committed Nov 1, 2023
1 parent 532ae94 commit 1070003
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/app/WriteClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,6 @@ class WriteClient : public Messaging::ExchangeDelegate
CHIP_ERROR FinishAttribute();
TLV::TLVWriter * GetAttributeDataIBTLVWriter();

NodeId GetSourceNodeId() const
{
return mpExchangeCtx != nullptr ? mpExchangeCtx->GetSessionHandle()->AsSecureSession()->GetPeerNodeId() : kUndefinedNodeId;
}

private:
friend class TestWriteInteraction;
friend class InteractionModelEngine;
Expand Down

0 comments on commit 1070003

Please sign in to comment.