From efd585f5d2de017cca57afaff8fe91c67209f0a1 Mon Sep 17 00:00:00 2001 From: Mathieu Kardous Date: Mon, 18 Dec 2023 13:46:58 -0500 Subject: [PATCH] Remove unused test signature --- src/protocols/secure_channel/tests/TestCheckinMsg.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/protocols/secure_channel/tests/TestCheckinMsg.cpp b/src/protocols/secure_channel/tests/TestCheckinMsg.cpp index a883ab457b3828..820e876deb42d9 100644 --- a/src/protocols/secure_channel/tests/TestCheckinMsg.cpp +++ b/src/protocols/secure_channel/tests/TestCheckinMsg.cpp @@ -61,8 +61,6 @@ class TestCheckInMsg static void TestCheckinMessageParse_CorruptedNonce(nlTestSuite * inSuite, void * inContext); static void TestCheckinMessageParse_InvalidNonce(nlTestSuite * inSuite, void * inContext); - static void TestCheckinGenerateParseSanity(nlTestSuite * inSuite, void * inContext); - private: static CHIP_ERROR GenerateAndVerifyPayload(nlTestSuite * inSuite, MutableByteSpan & output, const CheckIn_Message_test_vector & vector);