summaryrefslogtreecommitdiffstats
path: root/c/src/tests/sptests/sp09/screen14.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/tests/sptests/sp09/screen14.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/c/src/tests/sptests/sp09/screen14.c b/c/src/tests/sptests/sp09/screen14.c
index bf80f04c3c..c0e75b1b98 100644
--- a/c/src/tests/sptests/sp09/screen14.c
+++ b/c/src/tests/sptests/sp09/screen14.c
@@ -76,14 +76,6 @@ void Screen14()
);
puts( "TA1 - rtems_timer_cancel - RTEMS_INVALID_ID" );
- status = rtems_timer_cancel( Timer_id[ 1 ] );
- fatal_directive_status(
- status,
- RTEMS_INCORRECT_STATE,
- "rtems_timer_cancel before initiated"
- );
- puts( "TA1 - rtems_timer_cancel - RTEMS_INCORRECT_STATE" );
-
status = rtems_timer_reset( 0x010100 );
fatal_directive_status(
status,