Remove local extern _Timer_Ticks_chain.

This commit is contained in:
Ralf Corsepius
2006-12-08 06:55:20 +00:00
parent c0527a2d7b
commit 1b7c831311

View File

@@ -53,7 +53,6 @@ rtems_status_code rtems_timer_server_fire_after(
Timer_Control *the_timer;
Objects_Locations location;
ISR_Level level;
extern Chain_Control _Timer_Ticks_chain;
if ( !_Timer_Server )
return RTEMS_INCORRECT_STATE;