Remove unneeded variable.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 19 Dec 2008 13:49:10 +0000 (13:49 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 19 Dec 2008 13:49:10 +0000 (13:49 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2104 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/kern/proc_test.c

index 8f6f263aa3be7a356d92cb1464ccef598d7d0227..dcb75f36923c4567fff0eaddf3c0c3ec956260ba 100644 (file)
@@ -88,8 +88,6 @@ unsigned int t8_count = 0;
  */
 #define PROC_TEST(num) static void proc_test##num(void) \
 { \
-       unsigned int local_count = 0; \
-       \
        for (int i = 0; i < INC_PROC_T##num; ++i) \
        { \
                t##num##_count++; \