summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp09/system.h
diff options
context:
space:
mode:
authorDaniel Ramirez <javamonn@gmail.com>2013-12-11 17:10:34 -0600
committerGedare Bloom <gedare@rtems.org>2013-12-11 20:11:08 -0500
commit07f4edc14b283486c9493b8e8083967c6ddeb47e (patch)
tree9fe46ce063c00369df4098f5af0cb16e7f9e9ce7 /testsuites/sptests/sp09/system.h
parentPR1960: ERC32_Is_interrupt_masked for ERC32 in erc32.h (diff)
downloadrtems-07f4edc14b283486c9493b8e8083967c6ddeb47e.tar.bz2
sptests: refactored sp09/screen14.c into two new tests
Diffstat (limited to 'testsuites/sptests/sp09/system.h')
-rw-r--r--testsuites/sptests/sp09/system.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/testsuites/sptests/sp09/system.h b/testsuites/sptests/sp09/system.h
index 97b74f1615..04034823b7 100644
--- a/testsuites/sptests/sp09/system.h
+++ b/testsuites/sptests/sp09/system.h
@@ -74,8 +74,6 @@ void Screen12( void );
void Screen13( void );
-void Screen14( void );
-
/* configuration information */
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
@@ -102,9 +100,6 @@ void Screen14( void );
TEST_EXTERN rtems_id Task_id[ 11 ]; /* array of task ids */
TEST_EXTERN rtems_name Task_name[ 11 ]; /* array of task names */
-TEST_EXTERN rtems_name Timer_name[ 2 ]; /* array of timer names */
-TEST_EXTERN rtems_id Timer_id[ 2 ]; /* array of timer ids */
-
TEST_EXTERN rtems_name Semaphore_name[ 4 ]; /* array of semaphore names */
TEST_EXTERN rtems_id Semaphore_id[ 4 ]; /* array of semaphore ids */