summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-12-08 06:55:04 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-12-08 06:55:04 +0000
commitc0527a2d7b2c62ff45d3da26bf4591c34c04b685 (patch)
treea2ed5100473856c2c8eb8087146ea55262e49651 /cpukit/rtems
parent2006-12-04 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c0527a2d7b2c62ff45d3da26bf4591c34c04b685.tar.bz2
Remove local extern _Timer_Seconds_chain.
Diffstat (limited to 'cpukit/rtems')
-rw-r--r--cpukit/rtems/src/timerserverfirewhen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/rtems/src/timerserverfirewhen.c b/cpukit/rtems/src/timerserverfirewhen.c
index 329df90ec8..1b3dfb3d14 100644
--- a/cpukit/rtems/src/timerserverfirewhen.c
+++ b/cpukit/rtems/src/timerserverfirewhen.c
@@ -53,7 +53,6 @@ rtems_status_code rtems_timer_server_fire_when(
Timer_Control *the_timer;
Objects_Locations location;
rtems_interval seconds;
- extern Chain_Control _Timer_Seconds_chain;
if ( !_Timer_Server )
return RTEMS_INCORRECT_STATE;