mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +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);
|
void update_state_for_thread(Thread::State previous_state);
|
||||||
};
|
};
|
||||||
|
|
||||||
HashTable<Thread*>& thread_table();
|
|
||||||
|
|
||||||
template<typename Callback>
|
template<typename Callback>
|
||||||
inline IterationDecision Thread::for_each_living(Callback callback)
|
inline IterationDecision Thread::for_each_living(Callback callback)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue