summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spedfsched02/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spedfsched02/task1.c')
-rw-r--r--testsuites/sptests/spedfsched02/task1.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuites/sptests/spedfsched02/task1.c b/testsuites/sptests/spedfsched02/task1.c
index 5ae12bd36c..3344ca83ba 100644
--- a/testsuites/sptests/spedfsched02/task1.c
+++ b/testsuites/sptests/spedfsched02/task1.c
@@ -31,7 +31,6 @@
uint32_t Periods[7] = { 0, 2, 2, 2, 2, 100, 0 };
uint32_t Iterations[7] = { 0, 50, 50, 50, 50, 1, TA6_ITERATIONS };
-rtems_task_priority Prio[7] = { 0, 2, 2, 2, 2, 100, 1 };
rtems_task Task_1_through_6(
rtems_task_argument argument
@@ -44,8 +43,6 @@ rtems_task Task_1_through_6(
uint32_t failed;
rtems_status_code status;
- Priorities = Prio;
-
status = rtems_rate_monotonic_create( argument, &rmid );
directive_failed( status, "rtems_rate_monotonic_create" );
put_name( Task_name[ argument ], FALSE );