mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
pxTCB is no longer needed in this local function.
This commit is contained in:
parent
3b8c72c669
commit
a5531aade6
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
|
||||||
|
|
Loading…
Reference in a new issue