]> git.sur5r.net Git - freertos/commitdiff
Remove shadowed variable name. V7.0.0
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 8 Apr 2011 19:40:44 +0000 (19:40 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 8 Apr 2011 19:40:44 +0000 (19:40 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1349 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/tasks.c

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