Skip to content

Commit

Permalink
Kernel: Remove an unimplemented function (SerenityOS#3210)
Browse files Browse the repository at this point in the history
  • Loading branch information
tryfinally committed Aug 19, 2020
1 parent 5cd2a37 commit 64ea64f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Kernel/Thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -594,8 +594,6 @@ class Thread {
void update_state_for_thread(Thread::State previous_state);
};

HashTable<Thread*>& thread_table();

template<typename Callback>
inline IterationDecision Thread::for_each_living(Callback callback)
{
Expand Down

0 comments on commit 64ea64f

Please sign in to comment.