kernel: Remove Thread::alarm

This commit is contained in:
Pawel Dziepak
2013-11-07 01:40:02 +01:00
parent aa4aca0264
commit 83983eaf38
2 changed files with 0 additions and 8 deletions
-1
View File
@@ -420,7 +420,6 @@ struct Thread : TeamThreadIteratorEntry<thread_id>, KernelReferenceable,
int64 serial_number; // immutable after adding thread to hash
Thread *hash_next; // protected by thread hash lock
Thread *team_next; // protected by team lock and fLock
timer alarm; // protected by scheduler lock
char name[B_OS_NAME_LENGTH]; // protected by fLock
int32 priority; // protected by scheduler lock
int32 io_priority; // protected by fLock