Skip to content

Commit 030bd55

Browse files
committed
Remove vNDSendUnsolicited in unit test and header
1 parent 038d019 commit 030bd55

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

source/include/FreeRTOS_ND.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,6 @@
209209
/* Clear all entries in the ND cache. */
210210
void FreeRTOS_ClearND( const struct xNetworkEndPoint * pxEndPoint );
211211

212-
void vNDSendUnsolicited( void );
213-
214212
extern const uint8_t pcLOCAL_ALL_NODES_MULTICAST_IP[ ipSIZE_OF_IPv6_ADDRESS ];
215213
extern const uint8_t pcLOCAL_ALL_NODES_MULTICAST_MAC[ ipMAC_ADDRESS_LENGTH_BYTES ];
216214

test/unit-test/FreeRTOS_ND/FreeRTOS_ND_utest.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2139,13 +2139,3 @@ void test_xCheckRequiresNDResolution_AssertInvalidFrameType( void )
21392139

21402140
catch_assert( xCheckRequiresNDResolution( pxNetworkBuffer ) );
21412141
}
2142-
2143-
/**
2144-
* @brief Toggle vNDSendUnsolicited.
2145-
*/
2146-
void test_vNDSendUnsolicited( void )
2147-
{
2148-
xSendEventToIPTask_ExpectAndReturn( eNDTimerEvent, 0 );
2149-
2150-
vNDSendUnsolicited();
2151-
}

0 commit comments

Comments
 (0)