Remove local extern _Timer_Seconds_chain.

This commit is contained in:
Ralf Corsepius
2006-12-08 06:55:04 +00:00
parent 52781f4777
commit c0527a2d7b

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;