summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp09/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp09/init.c')
-rw-r--r--testsuites/sptests/sp09/init.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuites/sptests/sp09/init.c b/testsuites/sptests/sp09/init.c
index 8af9bafd0b..1110f9f9c8 100644
--- a/testsuites/sptests/sp09/init.c
+++ b/testsuites/sptests/sp09/init.c
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1989-2009.
+ * COPYRIGHT (c) 1989-2014.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -40,8 +40,6 @@ rtems_task Init(
Queue_name[ 1 ] = rtems_build_name( 'M', 'Q', '1', ' ' );
Queue_name[ 2 ] = rtems_build_name( 'M', 'Q', '2', ' ' );
- Partition_name[ 1 ] = rtems_build_name( 'P', 'T', '1', ' ' );
-
Port_name[ 1 ] = rtems_build_name( 'D', 'P', '1', ' ' );
Period_name[ 1 ] = rtems_build_name( 'T', 'M', '1', ' ' );