summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-12-08 06:53:46 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-12-08 06:53:46 +0000
commit70f54cfc35faef5defde3738da3eb8d39fcbb438 (patch)
tree95b78f506db51a2c62141fc12499b658c23245af /cpukit
parent2006-12-06 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-70f54cfc35faef5defde3738da3eb8d39fcbb438.tar.bz2
Remove local extern _Timer_Seconds_chain.
Diffstat (limited to 'cpukit')
-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;