diff --git a/Source/tasks.c b/Source/tasks.c index c105f37d4..3f702605a 100644 --- a/Source/tasks.c +++ b/Source/tasks.c @@ -273,7 +273,6 @@ PRIVILEGED_DATA static portTickType xNextTaskUnblockTime = ( portTickType ) */ #define prvCheckDelayedTasks() \ { \ -register tskTCB *pxTCB; \ portTickType xItemValue; \ \ /* Is the tick count greater than or equal to the wake time of the first \