From 191da39a4eae3826c2fb1c60625a7a654e3b151c Mon Sep 17 00:00:00 2001 From: richardbarry Date: Fri, 8 Apr 2011 19:40:44 +0000 Subject: [PATCH] Remove shadowed variable name. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1349 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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 \ -- 2.39.5