summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp67
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-06 16:10:26 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-08 14:11:22 +0200
commitae75429ca1e733ac0eb731962266ffb23a188cbd (patch)
treeb927c85b598076f7a377253d2cab0715530e9bee /testsuites/sptests/sp67
parentPR766: Delete __RTEMS_INSIDE__ (diff)
downloadrtems-ae75429ca1e733ac0eb731962266ffb23a188cbd.tar.bz2
PR766: Delete __RTEMS_VIOLATE_KERNEL_VISIBILITY__
Diffstat (limited to 'testsuites/sptests/sp67')
-rw-r--r--testsuites/sptests/sp67/init.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuites/sptests/sp67/init.c b/testsuites/sptests/sp67/init.c
index 4b78bba026..beccb51868 100644
--- a/testsuites/sptests/sp67/init.c
+++ b/testsuites/sptests/sp67/init.c
@@ -25,12 +25,6 @@ rtems_timer_service_routine TIMER_service_routine(
void *user_data
);
-/*
- * We have to extern this rather than use __RTEMS_VIOLATE_KERNEL_VISIBILITY__
- * because this variable isn't actually in any .h.
- */
-extern Watchdog_Interval _Timer_Server_ticks_last_time;
-
volatile bool _timer_passage_1 = FALSE;
volatile bool _timer_passage_2 = FALSE;