From a5531aade68238009c938e3ced6aadb1dafefddc Mon Sep 17 00:00:00 2001 From: Yuhui Zheng <10982575+yuhui-zheng@users.noreply.github.com> Date: Sun, 22 Mar 2020 18:58:21 -0700 Subject: [PATCH] pxTCB is no longer needed in this local function. --- tasks.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks.c b/tasks.c index 835d7692b..d63f6ccfd 100644 --- a/tasks.c +++ b/tasks.c @@ -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