Remove CVS logs.
[bertos.git] / bertos / kern / proc_test.c
index 0553881b78a0cbaee898ed67a544309d34da3681..dcb75f36923c4567fff0eaddf3c0c3ec956260ba 100644 (file)
@@ -45,8 +45,6 @@
 
 
 // Global settings for the test.
-#define MAX_GLOBAL_COUNT             1024
-#define TEST_TIME_OUT_MS             6000
 #define DELAY                           5
 
 // Settings for the test process.
@@ -90,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++; \