pxTCB is no longer needed in this local function.

This commit is contained in:
Yuhui Zheng 2020-03-22 18:58:21 -07:00
parent 3b8c72c669
commit a5531aade6

View file

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