Remove shadowed variable name.

This commit is contained in:
Richard Barry 2011-04-08 19:40:44 +00:00
parent 89bf1cf24f
commit a70c881207

View file

@ -273,7 +273,6 @@ PRIVILEGED_DATA static portTickType xNextTaskUnblockTime = ( portTickType )
*/ */
#define prvCheckDelayedTasks() \ #define prvCheckDelayedTasks() \
{ \ { \
register tskTCB *pxTCB; \
portTickType xItemValue; \ portTickType xItemValue; \
\ \
/* Is the tick count greater than or equal to the wake time of the first \ /* Is the tick count greater than or equal to the wake time of the first \