From a70c88120746e2d464d0f13002b63cdfef234437 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Fri, 8 Apr 2011 19:40:44 +0000 Subject: [PATCH] Remove shadowed variable name. --- Source/tasks.c | 1 - 1 file changed, 1 deletion(-) 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 \