pxTCB is no longer needed in this local function.
This commit is contained in:
2
tasks.c
2
tasks.c
@ -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
|
||||||
|
Reference in New Issue
Block a user