Skip to content

Commit 39dc47e

Browse files
committed
remove commented-out code
1 parent 2181cb0 commit 39dc47e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/app/tests/TestTimedHandler.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ void TestTimedHandler::GenerateTimedRequest(uint16_t aTimeoutValue, System::Pack
119119

120120
void TestTimedHandler::TestFollowingMessageFastEnough(MsgType aMsgType)
121121
{
122-
// TestContext & ctx = *static_cast<TestContext *>(aContext);
123122

124123
System::PacketBufferHandle payload;
125124
GenerateTimedRequest(500, payload);
@@ -167,7 +166,6 @@ TEST_F(TestTimedHandler, TestWriteFastEnough)
167166

168167
void TestTimedHandler::TestFollowingMessageTooSlow(MsgType aMsgType)
169168
{
170-
// TestContext & ctx = *static_cast<TestContext *>(aContext);
171169

172170
System::PacketBufferHandle payload;
173171
GenerateTimedRequest(50, payload);
@@ -219,7 +217,6 @@ TEST_F(TestTimedHandler, TestWriteTooSlow)
219217

220218
TEST_F(TestTimedHandler, TestInvokeNeverComes)
221219
{
222-
// TestContext & ctx = *static_cast<TestContext *>(aContext);
223220

224221
System::PacketBufferHandle payload;
225222
GenerateTimedRequest(50, payload);

0 commit comments

Comments
 (0)