Remove local extern _Timer_Seconds_chain.

This commit is contained in:
Ralf Corsepius
2006-12-08 06:53:46 +00:00
parent c73f11d044
commit 70f54cfc35
-1
View File
@@ -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;