From a43f7408dfddc31261708c7f77e96694b5270d5c 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 8299498c0..c5a341ec7 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