Skip to content

Commit

Permalink
Fix minor compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson committed Aug 10, 2022
1 parent 9396ee9 commit 4a770a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/OperationalSessionSetup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,6 @@ CHIP_ERROR OperationalSessionSetup::LookupPeerAddress()

void OperationalSessionSetup::PerformLookupOnExistingSession()
{
CHIP_ERROR err = CHIP_NO_ERROR;
bool isConnected = false;

if (mPerformingLookupOnConnectedSession)
Expand Down

0 comments on commit 4a770a6

Please sign in to comment.