pxTCB is no longer needed in this local function.

pull/38/head
Yuhui Zheng 5 years ago
parent 3b8c72c669
commit a5531aade6

@ -3948,8 +3948,6 @@ static void prvCheckTasksWaitingTermination( void )
static void prvResetNextTaskUnblockTime( void )
{
TCB_t *pxTCB;
if( listLIST_IS_EMPTY( pxDelayedTaskList ) != pdFALSE )
{
/* The new current delayed list is empty. Set xNextTaskUnblockTime to

Loading…
Cancel
Save