mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:17:44 +00:00
Kernel: Remove an unimplemented function (#3210)
This commit is contained in:
parent
5cd2a37079
commit
64ea64fca5
1 changed files with 0 additions and 2 deletions
|
@ -594,8 +594,6 @@ private:
|
|||
void update_state_for_thread(Thread::State previous_state);
|
||||
};
|
||||
|
||||
HashTable<Thread*>& thread_table();
|
||||
|
||||
template<typename Callback>
|
||||
inline IterationDecision Thread::for_each_living(Callback callback)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue