summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/include/timesys.h
diff options
context:
space:
mode:
authorDaniel Ramirez <javamonn@gmail.com>2013-12-09 17:17:31 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-09 19:55:35 -0600
commit371f32f48e7a1491451ec137e32d5c19f1fbd976 (patch)
tree57c0db5a5a6da69890374e57574bb7cbff6e4e51 /testsuites/tmtests/include/timesys.h
parentMerge branch 'master' into am (diff)
downloadrtems-371f32f48e7a1491451ec137e32d5c19f1fbd976.tar.bz2
tmtests: refactored timesys.h, removed declarations
Diffstat (limited to 'testsuites/tmtests/include/timesys.h')
-rw-r--r--testsuites/tmtests/include/timesys.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuites/tmtests/include/timesys.h b/testsuites/tmtests/include/timesys.h
index de048131c4..6be7996aee 100644
--- a/testsuites/tmtests/include/timesys.h
+++ b/testsuites/tmtests/include/timesys.h
@@ -63,7 +63,4 @@
TEST_EXTERN volatile uint32_t end_time; /* ending time variable */
TEST_EXTERN volatile uint32_t overhead; /* loop overhead variable */
-TEST_EXTERN rtems_id Task_id[ OPERATION_COUNT+1 ]; /* array of task ids */
-TEST_EXTERN rtems_name Task_name[ OPERATION_COUNT+1 ]; /* array of task names */
-
/* end of include file */