Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 0b57870

Browse files
committed
Address -Wunused-variable warnings.
1 parent 3074b16 commit 0b57870

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test-apps/TestEventLogging.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,6 @@ void TestOpenCloseState::EvolveState(void)
366366
}
367367
}
368368

369-
const uint32_t gProfileList[] = { OpenCloseProfileID };
370-
371369
WEAVE_ERROR WriteOpenCloseState(nl::Weave::TLV::TLVWriter & writer, uint8_t inDataTag, void * anAppState)
372370
{
373371
TestOpenCloseState * state = NULL;

0 commit comments

Comments
 (0)